Searched refs:_reportHandlers (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp256 #define GetHeadElement(slot, type) _reportHandlers[slot].head[type]
308 if ( _reportHandlers )
310 IOFree( _reportHandlers,
312 _reportHandlers = 0;
437 _reportHandlers = (IOHIDReportHandler *)IOMalloc(sizeof(IOHIDReportHandler)*kReportHandlerSlots);
438 require_action(_reportHandlers, error, result=false);
440 bzero( _reportHandlers, sizeof(IOHIDReportHandler) * kReportHandlerSlots );
1664 reportHandler = &_reportHandlers[slot];
H A DIOHIDDevice.h114 IOHIDReportHandler * _reportHandlers; member in class:IOHIDDevice

Completed in 176 milliseconds