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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp387 IOMemoryDescriptor * propertiesDesc = NULL; local
397 propertiesDesc = createMemoryDescriptorFromInputArguments(arguments);
398 require_action(propertiesDesc, exit, result=kIOReturnNoMemory);
400 propertiesLength = propertiesDesc->getLength();
406 propertiesDesc->readBytes(0, propertiesData, propertiesLength);
433 if ( propertiesDesc )
434 propertiesDesc->release();

Completed in 68 milliseconds