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

/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDBase.h50 @constant kIOHIDTransactionDirectionTypeOutput Transaction direction used for dispatching element values to a device.
54 kIOHIDTransactionDirectionTypeOutput enumerator in enum:__anon2390
62 IOHIDDeviceTransactionInterface of direction kIOHIDTransactionDirectionTypeOutput.
H A DIOHIDDevice.c1019 kIOHIDTransactionDirectionTypeOutput,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDTransactionClass.cpp187 ((IOHIDElementGetType(element) >= kIOHIDElementTypeInput_Misc) && (IOHIDElementGetType(element) <= kIOHIDElementTypeInput_ScanCodes) && (direction == kIOHIDTransactionDirectionTypeOutput)))
347 *pEvent = ((fDirection == kIOHIDTransactionDirectionTypeOutput) && (options & kIOHIDTransactionOptionDefaultOutputValue)) ?
382 if ( fDirection == kIOHIDTransactionDirectionTypeOutput )
408 if ( fDirection == kIOHIDTransactionDirectionTypeOutput )
631 fDirection = kIOHIDTransactionDirectionTypeOutput;
H A DIOHIDDeviceClass.cpp2051 transaction->setDirection(kIOHIDTransactionDirectionTypeOutput);

Completed in 269 milliseconds