Lines Matching refs:param

44      * @param       queueByteCount The size of the queue in bytes.
45 * @param queue IODispatchQueue the source is attached to. Note that the DataAvailable
48 * @param source Created source with +1 retain count to be released by the caller.
59 * @param dataQueueEntryHeaderSize Out parameter for data queue entry header size
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…
96 * @param enable Pass true to enable the source or false to disable.
97 …* @param handler Optional block to be executed after the interrupt has been disabled and any…
109 * @param handler Handler block to be invoked after any callbacks have completed.
125 … * @param callback to invoked if the queue is non-empty with the next entry to be dequeued.
135 * @param callback invoked if the queue was non-empty with the entry that was dequeued.
145 * @param dataSize size of the data to enqueue.
146 * @param callback invoked if the queue has enough space to enqueue the data.
156 … * @param sendDataServiced Flag that indicates a DataServiced notification would have sent.
159 * @param callback invoked if the queue was non-empty with the entry that was dequeued.
169 * @param dataSize size of the data to enqueue
170 …* @param sendDataAvailable Flag that indicates a DataAvailable notification would have been …
173 * @param callback invoked if the queue has enough space to enqueue the data.
183 * @param dataSize size of the queue entry to check
193 * @param dataSize size of the queue entry to check
194 …* @param entryCount number of queue entries to check. Entries are assumed to be the same siz…