Home
last modified time | relevance | path

Searched refs:getOutputDevicesForStream (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h57 DeviceVector getOutputDevicesForStream(audio_stream_type_t stream,
H A DEngine.cpp867 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream() function in android::audio_policy::Engine
/aosp_15_r20/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.h70 DeviceVector getOutputDevicesForStream(audio_stream_type_t stream,
H A DEngine.cpp465 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream() function in android::audio_policy::Engine
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/interface/
H A DEngineInterface.h183 virtual DeviceVector getOutputDevicesForStream(audio_stream_type_t stream,
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1207 DeviceVector devices = mEngine->getOutputDevicesForStream(stream, false /*fromCache*/); in getOutput()
3676 deviceTypes = mEngine->getOutputDevicesForStream( in getStreamVolumeIndex()
3723 curSrcDevices = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()
7725 DeviceVector devices = mEngine->getOutputDevicesForStream(AUDIO_STREAM_VOICE_CALL, in isHearingAidUsedForComm()