Home
last modified time | relevance | path

Searched refs:gIOHIDInterfaceClassName (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/iokit/Kernel/ !
H A DIOCatalogue.cpp76 OSSharedPtr<const OSSymbol> gIOHIDInterfaceClassName; variable
117 gIOHIDInterfaceClassName = OSSymbol::withCStringNoCopy( "IOHIDInterface" ); in initialize()
1026 if (provider->metaCast(gIOHIDInterfaceClassName.get()) != NULL) { in startMatching()