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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.cpp386 OSNumber *xml_handlerID; local
400 xml_handlerID = _provider ? (OSNumber*)_provider->copyProperty("alt_handler_id") : NULL;
401 if ( OSDynamicCast(OSNumber, xml_handlerID) ) {
402 id = xml_handlerID->unsigned32BitValue();
407 OSSafeReleaseNULL(xml_handlerID);

Completed in 116 milliseconds