Home | History | Annotate | Download | only in audio

Lines Matching full:stream

137                                        audio_stream_type_t stream,
147 return lap->apm->getOutput((AudioSystem::stream_type)stream,
154 audio_stream_type_t stream, int session)
157 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream,
162 audio_stream_type_t stream, int session)
165 return lap->apm->stopOutput(output, (AudioSystem::stream_type)stream,
206 audio_stream_type_t stream, int index_min,
210 lap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min,
215 audio_stream_type_t stream,
219 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
225 audio_stream_type_t stream,
229 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
235 audio_stream_type_t stream,
240 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream,
246 audio_stream_type_t stream,
251 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream,
257 audio_stream_type_t stream)
260 return lap->apm->getStrategyForStream((AudioSystem::stream_type)stream);
264 audio_stream_type_t stream)
267 return lap->apm->getDevicesForStream((AudioSystem::stream_type)stream);
300 static bool ap_is_stream_active(const struct audio_policy *pol, audio_stream_type_t stream,
304 return lap->apm->isStreamActive((int) stream, in_past_ms);
307 static bool ap_is_stream_active_remotely(const struct audio_policy *pol, audio_stream_type_t stream,
311 return lap->apm->isStreamActiveRemotely((int) stream, in_past_ms);