Lines Matching refs:driver
35 * Set the input gain for the audio driver.
44 * Commands that can be executed on the driver reader thread.
52 * Data structure passed to the driver for executing commands
53 * on the driver reader thread.
91 * Set up required transports for receiving audio buffers from the driver.
96 * -- data queue is used for passing audio data from the driver
101 * The driver operates on a dedicated thread. The client must ensure that
104 * of the driver thread.
108 * @param threadPriority priority of the driver thread.
116 * @return statusMQ a message queue used for passing status from the driver
118 * @return threadInfo identifiers of the driver's dedicated thread.
129 * Return the amount of input frames lost in the audio driver since the last
132 * Audio driver is expected to reset the value to 0 and restart counting
135 * capacity of audio driver buffers.