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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.h76 @constant kIOHIDReportOptionNotInterrupt Tells method that the report
81 kIOHIDReportOptionNotInterrupt = 0x100 enumerator in enum:__anon1936
H A DIOHIDLibUserClient.cpp1264 fNub->handleReport(mem, reportType, kIOHIDReportOptionNotInterrupt);
1392 fNub->handleReport(mem, reportType, kIOHIDReportOptionNotInterrupt);
1425 fNub->handleReport(pb->fMem, pb->reportType, kIOHIDReportOptionNotInterrupt);
H A DIOHIDDevice.cpp1920 ret = handleReport(report, reportType, kIOHIDReportOptionNotInterrupt);
2189 (( options & kIOHIDReportOptionNotInterrupt ) == 0 ) && _interfaceNub && !_seizedClient) {
H A DIOHIDElementPrivate.cpp1082 if (_isInterruptReportHandler && (options & kIOHIDReportOptionNotInterrupt))

Completed in 145 milliseconds