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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.h97 UInt32 reportInterval; member in struct:IOHIDInterface::ExpansionData
H A DIOHIDInterface.cpp40 #define _reportInterval _reserved->reportInterval
/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDUserDeviceTest.c734 uint32_t reportInterval = 16000; local
913 reportInterval = (uint32_t)strtol(argv[++argi], NULL, 10);
949 startDevice(properties, reportInterval, data, dataIndex, userInputCallback, outputReportCallback, inputReportCallback);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1452 CFNumberRef reportInterval = NULL; local
1457 getProperty(CFSTR(kIOHIDReportIntervalKey), (CFTypeRef *)&reportInterval);
1458 if ( reportInterval ) {
1461 CFNumberGetValue(reportInterval, kCFNumberSInt32Type, &value);

Completed in 198 milliseconds