Lines Matching refs:driver
36 * Set the input gain for the audio driver.
59 * Commands that can be executed on the driver reader thread.
67 * Data structure passed to the driver for executing commands
68 * on the driver reader thread.
100 * Set up required transports for receiving audio buffers from the driver.
105 * -- data queue is used for passing audio data from the driver
110 * The driver operates on a dedicated thread. The client must ensure that
113 * of the driver thread.
117 * @param threadPriority priority of the driver thread.
125 * @return statusMQ a message queue used for passing status from the driver
127 * @return threadId identifier of the driver's dedicated thread; the caller
140 * Return the amount of input frames lost in the audio driver since the last
143 * Audio driver is expected to reset the value to 0 and restart counting
146 * capacity of audio driver buffers.