Lines Matching refs:stream

73  *   - process volume control requests: the stream volume is converted from
129 /* request an output appropriate for playback of the supplied stream type and
132 audio_stream_type_t stream,
139 * by corresponding stream. */
142 audio_stream_type_t stream,
146 * by corresponding stream. */
149 audio_stream_type_t stream,
176 /* initialises stream volume conversion parameters by specifying volume
177 * index range. The index range for each stream is defined by AudioService. */
179 audio_stream_type_t stream,
183 /* sets the new stream volume at a level corresponding to the supplied
186 audio_stream_type_t stream,
189 /* retrieve current volume index for the specified stream */
191 audio_stream_type_t stream,
194 /* sets the new stream volume at a level corresponding to the supplied
198 audio_stream_type_t stream,
202 /* retrieve current volume index for the specified stream for the specified device */
204 audio_stream_type_t stream,
208 /* return the strategy corresponding to a given stream type */
210 audio_stream_type_t stream);
212 /* return the enabled output devices for the given stream type */
214 audio_stream_type_t stream);
232 audio_stream_type_t stream,
258 * values used by the audio hardware output stream.
279 /* closes the output stream */
285 * stream is placed in standby and the AudioTracks attached to the mixer
315 /* set a stream volume for a particular output.
317 * For the same user setting, a given stream type can have different
321 audio_stream_type_t stream,
326 /* reroute a given stream type to the specified output */
328 audio_stream_type_t stream,
348 /* request the playback of a tone on the specified stream.
354 audio_stream_type_t stream);