Searched refs:getOutputDevicesForAttributes (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 610 mEngine->getOutputDevicesForAttributes(attributes_initializer(AUDIO_USAGE_MEDIA), in handleDeviceConfigChange() 686 rxSinkdevices = mEngine->getOutputDevicesForAttributes( in selectBestRxSinkDevicesForCall() 841 mEngine->getOutputDevicesForAttributes(aa, nullptr, false /*fromCache*/); in connectTelephonyRxAudioSource() 975 mEngine->getOutputDevicesForAttributes(attributes_initializer(AUDIO_USAGE_MEDIA), in setPhoneState() 979 mEngine->getOutputDevicesForAttributes(attributes_initializer(AUDIO_USAGE_ALARM), in setPhoneState() 1384 outputDevices = mEngine->getOutputDevicesForAttributes(*resultAttr, requestedDevice, false); in getOutputForAttrInt() 2092 devices = mEngine->getOutputDevicesForAttributes( in setMsdOutputPatches() 3618 const DeviceVector devices = mEngine->getOutputDevicesForAttributes( in setDeviceAbsoluteVolumeEnabled() 3720 curSrcDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes() 3877 deviceTypes = mEngine->getOutputDevicesForAttributes( in getVolumeIndexForAttributes() [all …]
|
/aosp_15_r20/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
H A D | Engine.cpp | 434 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes() function in android::audio_policy::Engine 468 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
|
H A D | Engine.h | 66 DeviceVector getOutputDevicesForAttributes(const audio_attributes_t &attr,
|
/aosp_15_r20/frameworks/av/services/audiopolicy/enginedefault/src/ |
H A D | Engine.h | 53 DeviceVector getOutputDevicesForAttributes(const audio_attributes_t &attr,
|
H A D | Engine.cpp | 841 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes() function in android::audio_policy::Engine 870 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
|
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/interface/ |
H A D | EngineInterface.h | 160 virtual DeviceVector getOutputDevicesForAttributes(
|