Searched refs:getReport (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.h59 virtual IOReturn getReport( IOMemoryDescriptor * report,
H A DIOHIDPointingDevice.h57 virtual IOReturn getReport( IOMemoryDescriptor * report,
H A DIOHIDKeyboardDevice.cpp212 IOReturn IOHIDKeyboardDevice::getReport(IOMemoryDescriptor *report, function in class:IOHIDKeyboardDevice
H A DIOHIDPointingDevice.cpp404 IOReturn IOHIDPointingDevice::getReport(IOMemoryDescriptor *report, function in class:IOHIDPointingDevice
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDUserDevice.h175 /*! @function getReport
184 IOReturn getReport(IOMemoryDescriptor *report,
H A DIOHIDInterface.h196 virtual IOReturn getReport (
210 virtual IOReturn getReport (
H A DIOHIDUserDevice.cpp298 // IOHIDUserDevice::getReport
300 IOReturn IOHIDUserDevice::getReport(IOMemoryDescriptor *report, function in class:IOHIDUserDevice
304 return _provider->getReport(report, reportType, options);
H A DIOHIDInterface.cpp384 IOReturn IOHIDInterface::getReport ( function in class:IOHIDInterface
390 return _owner ? _owner->getReport(report, reportType, (reportID | (options << 8))) : kIOReturnOffline;
406 IOReturn IOHIDInterface::getReport ( function in class:IOHIDInterface
H A DIOHIDLibUserClient.cpp1193 ret = target->getReport(arguments->structureOutputDescriptor, &(arguments->structureOutputDescriptorSize), (IOHIDReportType)arguments->scalarInput[0], (uint32_t)arguments->scalarInput[1], (uint32_t)arguments->scalarInput[2], &tap);
1195 ret = target->getReport(arguments->structureOutput, &(arguments->structureOutputSize), (IOHIDReportType)arguments->scalarInput[0], (uint32_t)arguments->scalarInput[1], (uint32_t)arguments->scalarInput[2], &tap);
1204 return target->getReport(arguments->structureOutputDescriptor, &(arguments->structureOutputDescriptorSize), (IOHIDReportType)arguments->scalarInput[0], (uint32_t)arguments->scalarInput[1]);
1206 return target->getReport(arguments->structureOutput, &(arguments->structureOutputSize), (IOHIDReportType)arguments->scalarInput[0], (uint32_t)arguments->scalarInput[1]);
1209 IOReturn IOHIDLibUserClient::getReport(void *reportBuffer, uint32_t *pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) function in class:IOHIDLibUserClient
1218 IOLog("IOHIDLibUserClient::getReport called with an irrationally large output size: %lu\n", (long unsigned) *pOutsize);
1224 ret = getReport(mem, pOutsize, reportType, reportID, timeout, completion);
1236 IOReturn IOHIDLibUserClient::getReport(IOMemoryDescriptor * mem, uint32_t * pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) function in class:IOHIDLibUserClient
1244 IOLog("IOHIDLibUserClient::getReport called with an irrationally large output size: %lu\n", (long unsigned) *pOutsize);
1257 ret = fNub->getReport(me
[all...]
H A DIOHIDResourceUserClient.h221 virtual IOReturn getReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options);
H A DIOHIDDevice.h75 IOHIDDevice::getReport, and IOHIDDevice::setReport
451 /*! @function getReport
461 virtual IOReturn getReport( IOMemoryDescriptor * report,
571 @abstract Updates element values from a HID device via getReport.
606 /*! @function getReport
617 getReport() executes synchronously, blocking until the request is complete.
621 virtual IOReturn getReport( IOMemoryDescriptor * report,
H A DIOHIDLibUserClient.h291 IOReturn getReport(void *reportBuffer, uint32_t *pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout = 0, IOHIDCompletion * completion = 0);
292 IOReturn getReport(IOMemoryDescriptor * mem, uint32_t * pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout = 0, IOHIDCompletion * completion = 0);
H A DIOHIDDevice.cpp1033 IOReturn IOHIDDevice::getReport( IOMemoryDescriptor * report, function in class:IOHIDDevice
1037 return getReport(report, reportType, options, 0, 0);
1914 ret = getReport(report, reportType, reportID);
2074 IOReturn IOHIDDevice::getReport(IOMemoryDescriptor *report __unused, function in class:IOHIDDevice
H A DIOHIDResourceUserClient.cpp546 // IOHIDResourceDeviceUserClient::getReport
548 IOReturn IOHIDResourceDeviceUserClient::getReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options) function in class:IOHIDResourceDeviceUserClient
561 // IOHIDResourceDeviceUserClient::getReport
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c83 } setReport, getReport; member in struct:__IOHIDUserDevice
472 device->getReport.callback = callback;
473 device->getReport.refcon = refcon;
537 if ( device->getReport.callback )
538 response[kIOHIDResourceUserClientResponseIndexResult] = (*device->getReport.callback)(device->getReport.refcon, header->type, header->reportID, responseReport, responseLength);
H A DIOHIDDevicePlugIn.h221 IOReturn (*getReport)(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, uint32_t timeout, IOHIDReportCallback callback, void * context, IOOptionBits options)
374 /*! @function getReport
386 @param timeout Timeout in milliseconds for issuing the getReport.
393 IOReturn (*getReport)(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, member in struct:IOHIDDeviceDeviceInterface
H A DIOHIDDevice.c1807 return (*device->deviceInterface)->getReport(
1847 IOReturn result = (*device->deviceInterface)->getReport(device->deviceInterface,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.h230 virtual IOReturn getReport(IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength,
348 virtual IOReturn getReport(IOHIDReportType type,
356 virtual IOReturn getReport(IOHIDReportType reportType,
H A DIOHIDLibObsolete.h178 IOReturn (*getReport)(void * self, IOHIDReportType reportType, \
465 /*! @function getReport
478 IOReturn (*getReport) (void * self,
H A DIOHIDDeviceClass.cpp923 IOHIDDeviceClass::getReport(IOHIDReportType reportType, function in class:IOHIDDeviceClass
941 // Async getReport
1722 { return getThis(self)->getReport(reportType, reportID, report, pReportLength, timeout, callback, refcon, options);}
2040 return getThis(self)->getReport(type, id, report, pLength, timeout, callback, target, refcon);
2342 IOHIDObsoleteDeviceClass::getReport(IOHIDReportType reportType, function in class:IOHIDObsoleteDeviceClass
2351 return IOHIDDeviceClass::getReport(reportType, reportID, report, pReportLength, timeout, callback, refcon, options);
2354 IOReturn IOHIDObsoleteDeviceClass::getReport(IOHIDReportType type, uint32_t id, void * report, uint32_t * pLength, uint32_t timeout, IOHIDReportCallbackFunction callback, void * target, void * refcon) function in class:IOHIDObsoleteDeviceClass
2377 IOReturn ret = IOHIDDeviceClass::getReport(type, id, (uint8_t *)report, &pReportLength, timeout, reportCallback, reportContext);

Completed in 223 milliseconds