Lines Matching refs:callback
73 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
85 …* @param action OSAction instance specifying the callback method. The OSAction object will b…
125 … * @param callback to invoked if the queue is non-empty with the next entry to be dequeued.
126 * @return kIOReturnSuccess if the callback was invoked.
131 Peek(IODataQueueClientDequeueEntryBlock callback) LOCALONLY;
135 * @param callback invoked if the queue was non-empty with the entry that was dequeued.
136 * @return kIOReturnSuccess if the callback was invoked.
141 Dequeue(IODataQueueClientDequeueEntryBlock callback) LOCALONLY;
146 * @param callback invoked if the queue has enough space to enqueue the data.
147 * @return kIOReturnSuccess if the callback was invoked.
152 Enqueue(uint32_t dataSize, IODataQueueClientEnqueueEntryBlock callback) LOCALONLY;
159 * @param callback invoked if the queue was non-empty with the entry that was dequeued.
160 * @return kIOReturnSuccess if the callback was invoked.
165 …DequeueWithCoalesce(bool * sendDataServiced, IODataQueueClientDequeueEntryBlock callback) LOCALONL…
173 * @param callback invoked if the queue has enough space to enqueue the data.
174 * @return kIOReturnSuccess if the callback was invoked.
179 …nt32_t dataSize, bool * sendDataAvailable, IODataQueueClientEnqueueEntryBlock callback) LOCALONLY;