Home | History | Annotate | Download | only in hardware_legacy

Lines Matching refs:hardware

32 #include <hardware/audio.h>
44 * AudioStreamOut is the abstraction interface for the audio output hardware.
46 * It provides information about various properties of the audio output hardware driver.
75 * return the audio hardware driver latency in milli seconds.
81 * hardware. This method serves as a direct interface with hardware,
83 * This method might produce multiple PCM outputs or hardware accelerated
92 * Put the audio hardware output into standby mode. Returns
115 * AudioStreamIn is the abstraction interface for the audio input hardware.
117 * It defines the various properties of the audio hardware input driver.
154 * Put the audio hardware input into standby mode. Returns
180 * AudioHardwareInterface.h defines the interface to the audio hardware abstraction layer.
185 * AudioFlinger initializes the audio hardware and immediately opens an output stream.
197 * check to see if the audio hardware interface has been initialized.
231 /** This method creates and opens the audio hardware output stream */
239 /** This method creates and opens the audio hardware input stream */
249 /**This method dumps the state of the audio hardware */