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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp223 #define _inputInterruptElementArray _reserved->inputInterruptElementArray macro
342 if (_inputInterruptElementArray)
344 _inputInterruptElementArray->release();
345 _inputInterruptElementArray = 0;
1246 _inputInterruptElementArray);
1617 if ( !(_inputInterruptElementArray = OSArray::withCapacity(data->reportCount)))
1631 _inputInterruptElementArray->setObject(element);

Completed in 108 milliseconds