Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyInterface.h91 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
98 AudioSystem::stream_type stream,
102 AudioSystem::stream_type stream,
125 virtual void initStreamVolume(AudioSystem::stream_type stream,
132 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
139 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
144 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream) = 0;
147 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream) = 0;
223 …virtual status_t setStreamVolume(AudioSystem::stream_type stream, float volume, audio_io_handle_t …
227 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output) = 0;
[all …]
DAudioPolicyManagerBase.h85 virtual audio_io_handle_t getOutput(AudioSystem::stream_type stream,
92 AudioSystem::stream_type stream,
95 AudioSystem::stream_type stream,
110 virtual void initStreamVolume(AudioSystem::stream_type stream,
113 virtual status_t setStreamVolumeIndex(AudioSystem::stream_type stream,
116 virtual status_t getStreamVolumeIndex(AudioSystem::stream_type stream,
121 virtual uint32_t getStrategyForStream(AudioSystem::stream_type stream);
124 virtual audio_devices_t getDevicesForStream(AudioSystem::stream_type stream);
242 void changeRefCount(AudioSystem::stream_type, int delta);
321 static routing_strategy getStrategy(AudioSystem::stream_type stream);
[all …]
DAudioSystemLegacy.h72 enum stream_type { enum
332 static bool isLowVisibility(stream_type stream) { in isLowVisibility()
/hardware/libhardware_legacy/audio/
Daudio_policy_hal.cpp146 return lap->apm->getOutput((AudioSystem::stream_type)stream, in ap_get_output()
155 return lap->apm->startOutput(output, (AudioSystem::stream_type)stream, in ap_start_output()
163 return lap->apm->stopOutput(output, (AudioSystem::stream_type)stream, in ap_stop_output()
208 lap->apm->initStreamVolume((AudioSystem::stream_type)stream, index_min, in ap_init_stream_volume()
217 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_set_stream_volume_index()
227 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_get_stream_volume_index()
238 return lap->apm->setStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_set_stream_volume_index_for_device()
249 return lap->apm->getStreamVolumeIndex((AudioSystem::stream_type)stream, in ap_get_stream_volume_index_for_device()
258 return lap->apm->getStrategyForStream((AudioSystem::stream_type)stream); in ap_get_strategy_for_stream()
265 return lap->apm->getDevicesForStream((AudioSystem::stream_type)stream); in ap_get_devices_for_stream()
DAudioPolicyCompatClient.h58 virtual status_t setStreamOutput(AudioSystem::stream_type stream, audio_io_handle_t output);
67 virtual status_t setStreamVolume(AudioSystem::stream_type stream,
71 virtual status_t startTone(ToneGenerator::tone_type tone, AudioSystem::stream_type stream);
DAudioPolicyCompatClient.cpp87 status_t AudioPolicyCompatClient::setStreamOutput(AudioSystem::stream_type stream, in setStreamOutput()
121 AudioSystem::stream_type stream, in setStreamVolume()
131 AudioSystem::stream_type stream) in startTone()
DAudioPolicyManagerBase.cpp472 audio_io_handle_t AudioPolicyManagerBase::getOutput(AudioSystem::stream_type stream, in getOutput()
480 routing_strategy strategy = getStrategy((AudioSystem::stream_type)stream); in getOutput()
629 AudioSystem::stream_type stream, in startOutput()
697 AudioSystem::stream_type stream, in stopOutput()
932 void AudioPolicyManagerBase::initStreamVolume(AudioSystem::stream_type stream, in initStreamVolume()
945 status_t AudioPolicyManagerBase::setStreamVolumeIndex(AudioSystem::stream_type stream, in setStreamVolumeIndex()
985 status_t AudioPolicyManagerBase::getStreamVolumeIndex(AudioSystem::stream_type stream, in getStreamVolumeIndex()
1744 outputDesc2->changeRefCount((AudioSystem::stream_type)j,-refCount); in closeOutput()
1840 if (getStrategy((AudioSystem::stream_type)i) == strategy) { in checkOutputForStrategy()
1842 mpClientInterface->setStreamOutput((AudioSystem::stream_type)i, in checkOutputForStrategy()
[all …]