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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp278 handleReport(_report, kIOHIDReportTypeOutput);
296 handleReport(_report, kIOHIDReportTypeOutput);
343 handleReport(_report);
407 handleReport(_report);
H A DIOHIDPointingDevice.cpp430 handleReport(_report);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.h183 virtual void handleReport (
H A DIOHIDResourceUserClient.h167 IOReturn handleReport(IOExternalMethodArguments *arguments);
H A DIOHIDResourceUserClient.cpp469 // IOHIDResourceDeviceUserClient::handleReport
471 IOReturn IOHIDResourceDeviceUserClient::handleReport(IOExternalMethodArguments * arguments) function in class:IOHIDResourceDeviceUserClient
537 return target->handleReport(arguments);
H A DIOHIDDevice.h74 @abstract Option bits for IOHIDDevice::handleReport,
438 /*! @function handleReport
446 virtual IOReturn handleReport(
H A DIOHIDInterface.cpp361 void IOHIDInterface::handleReport ( function in class:IOHIDInterface
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.cpp1011 IOReturn IOHIDDevice::handleReport( IOMemoryDescriptor * report, function in class:IOHIDDevice
1920 ret = handleReport(report, reportType, kIOHIDReportOptionNotInterrupt);
2190 _interfaceNub->handleReport(timeStamp, report, reportType, reportID, options);
H A DIOHIDTestDriver.cpp347 handleReport( desc );

Completed in 196 milliseconds