Lines Matching refs:stream

55     // set/get stream volume on specified output
56 static status_t setStreamVolume(audio_stream_type_t stream, float value,
58 static status_t getStreamVolume(audio_stream_type_t stream, float* volume,
61 // mute/unmute stream
62 static status_t setStreamMute(audio_stream_type_t stream, bool mute);
63 static status_t getStreamMute(audio_stream_type_t stream, bool* mute);
68 // returns true in *state if tracks are active on the specified stream or have been active
70 static status_t isStreamActive(audio_stream_type_t stream, bool *state, uint32_t inPastMs = 0);
72 // on the specified stream or have been active in the past inPastMs milliseconds. Remote
74 static status_t isStreamActiveRemotely(audio_stream_type_t stream, bool *state,
94 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
96 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
98 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
105 audio_stream_type_t stream,
107 // returns the audio output stream latency in ms. Corresponds to
110 audio_stream_type_t stream,
121 // audio dsp to DAC since the output on which the specified stream is playing
132 audio_stream_type_t stream = AUDIO_STREAM_DEFAULT);
196 static audio_io_handle_t getOutput(audio_stream_type_t stream,
203 audio_stream_type_t stream,
206 audio_stream_type_t stream,
217 static status_t initStreamVolume(audio_stream_type_t stream,
220 static status_t setStreamVolumeIndex(audio_stream_type_t stream,
223 static status_t getStreamVolumeIndex(audio_stream_type_t stream,
227 static uint32_t getStrategyForStream(audio_stream_type_t stream);
228 static audio_devices_t getDevicesForStream(audio_stream_type_t stream);
239 // clear stream to output mapping cache (gStreamOutputMap)
251 // Check if hw offload is possible for given format, stream type, sample rate,
305 // mapping between stream types and outputs