Searched refs:hiDevice (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp428 IOHIDevice * hiDevice = NULL; local
431 if ( !systemInfo || !(hiDevice = OSDynamicCast(IOHIDevice, service)))
439 deviceID = OSNumber::withNumber(hiDevice->getRegistryEntryID(), 64);
446 object = hiDevice->copyProperty(kIOHIDKindKey);
453 object = hiDevice->copyProperty(kIOHIDInterfaceIDKey);
460 object = hiDevice->copyProperty(kIOHIDSubinterfaceIDKey);
467 if ( hiDevice->metaCast("AppleADBKeyboard") || (hiDevice->getProvider() && hiDevice->getProvider()->metaCast("AppleEmbeddedKeyboard")) )
486 if ( ((hiDevice
[all...]

Completed in 190 milliseconds