Searched refs:IODataQueueDequeue (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIODataQueueClient.c73 IODataQueueDequeue(IODataQueueMemory *dataQueue, void *data, uint32_t *dataSize) function
H A DIODataQueueClient.h47 * @discussion This function can be used to look at the next entry which allows the entry to be received without having to copy it with IODataQueueDequeue. In order to do this, call IODataQueuePeek to get the entry. Then call IODataQueueDequeue with a NULL data pointer. That will cause the head to be moved to the next entry, but no memory to be copied.
54 * @function IODataQueueDequeue
62 IOReturn IODataQueueDequeue(IODataQueueMemory *dataQueue, void *data, uint32_t *dataSize);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.cpp292 IODataQueueDequeue(eventService->_queueMappedMemory, NULL, &dataSize);
H A DIOHIDQueueClass.cpp551 ret = IODataQueueDequeue(fQueueMappedMemory, NULL, &dataSize);
552 // HIDLog ("IODataQueueDequeue result %lx\n", (uint32_t) ret);
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDUserDevice.c505 IODataQueueDequeue(device->queue.data, NULL, &dataSize);

Completed in 123 milliseconds