Lines Matching refs:stream
137 audio_stream_type_t stream, in ap_get_output() argument
146 return qap->apm->getOutput((AudioSystem::stream_type)stream, in ap_get_output()
152 audio_stream_type_t stream, int session) in ap_start_output() argument
155 return qap->apm->startOutput(output, (AudioSystem::stream_type)stream, in ap_start_output()
160 audio_stream_type_t stream, int session) in ap_stop_output() argument
163 return qap->apm->stopOutput(output, (AudioSystem::stream_type)stream, in ap_stop_output()
204 audio_stream_type_t stream, int index_min, in ap_init_stream_volume() argument
208 qap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min, in ap_init_stream_volume()
213 audio_stream_type_t stream, in ap_set_stream_volume_index() argument
217 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_set_stream_volume_index()
223 audio_stream_type_t stream, in ap_get_stream_volume_index() argument
227 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_get_stream_volume_index()
233 audio_stream_type_t stream, in ap_set_stream_volume_index_for_device() argument
238 return qap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_set_stream_volume_index_for_device()
244 audio_stream_type_t stream, in ap_get_stream_volume_index_for_device() argument
249 return qap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_get_stream_volume_index_for_device()
255 audio_stream_type_t stream) in ap_get_strategy_for_stream() argument
258 return qap->apm->getStrategyForStream((AudioSystem::stream_type)stream); in ap_get_strategy_for_stream()
262 audio_stream_type_t stream) in ap_get_devices_for_stream() argument
265 return qap->apm->getDevicesForStream((AudioSystem::stream_type)stream); in ap_get_devices_for_stream()
299 audio_stream_type_t stream, in ap_is_stream_active() argument
303 return qap->apm->isStreamActive((int) stream, in_past_ms); in ap_is_stream_active()