Home | History | Annotate | Download | only in hardware_legacy

Lines Matching full:driver

46  * It provides information about various properties of the audio output hardware driver.
75 * return the audio hardware driver latency in milli seconds.
88 /** write audio buffer to driver. Returns number of bytes written */
117 * It defines the various properties of the audio hardware input driver.
126 /** return the input buffer size allowed by audio driver */
143 /** set the input gain for the audio driver. This method is for
147 /** read audio buffer in from audio driver */
169 // Return the amount of input frames lost in the audio driver since the last call of this function.
170 // Audio driver is expected to reset the value to 0 and restart counting upon returning the current value by this function call.
171 // Such loss typically occurs when the user space process is blocked longer than the capacity of audio driver buffers.