Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp610 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 DEngine.cpp434 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 DEngine.h66 DeviceVector getOutputDevicesForAttributes(const audio_attributes_t &attr,
/aosp_15_r20/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h53 DeviceVector getOutputDevicesForAttributes(const audio_attributes_t &attr,
H A DEngine.cpp841 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 DEngineInterface.h160 virtual DeviceVector getOutputDevicesForAttributes(