Home
last modified time | relevance | path

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

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