Lines Matching full: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.
76 * return the audio hardware driver latency in milli seconds.
82 * hardware. This method serves as a direct interface with hardware,
84 * This method might produce multiple PCM outputs or hardware accelerated
93 * Put the audio hardware output into standby mode. Returns
128 * AudioStreamIn is the abstraction interface for the audio input hardware.
130 * It defines the various properties of the audio hardware input driver.
168 * Put the audio hardware input into standby mode. Returns
194 * AudioHardwareInterface.h defines the interface to the audio hardware abstraction layer.
199 * AudioFlinger initializes the audio hardware and immediately opens an output stream.
211 * check to see if the audio hardware interface has been initialized.
253 /** This method creates and opens the audio hardware output stream */
269 /** This method creates and opens the audio hardware input stream */
279 /**This method dumps the state of the audio hardware */