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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.h54 UInt8 _ledState; member in class:IOHIDKeyboard
H A DIOHIDKeyboard.cpp83 _ledState = 0;
281 IOHID_DEBUG(kIOHIDDebugCode_KeyboardLEDThreadActive, me, me ? me->_ledState : -1, me ? (uintptr_t)me->_provider : (uintptr_t)-1, 0);
282 me->Set_LED_States( me->_ledState );
320 UInt8 newState = _ledState;
327 if (newState != _ledState)
329 _ledState = newState;
332 IOHID_DEBUG(kIOHIDDebugCode_KeyboardLEDThreadTrigger, this, _ledState, 0, 0);
345 UInt8 newState = _ledState;
352 if (newState != _ledState)
354 _ledState
[all...]

Completed in 115 milliseconds