Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h57 DeviceVector getOutputDevicesForAttributes(const audio_attributes_t &attr,
DEngine.cpp648 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes() function in android::audio_policy::Engine
677 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h138 virtual DeviceVector getOutputDevicesForAttributes(
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp280 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes() function in android::audio_policy::Engine
309 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
DEngine.h57 DeviceVector getOutputDevicesForAttributes(const audio_attributes_t &attr,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp689 mEngine->getOutputDevicesForAttributes(attributes_initializer(AUDIO_USAGE_MEDIA), in setPhoneState()
693 mEngine->getOutputDevicesForAttributes(attributes_initializer(AUDIO_USAGE_ALARM), in setPhoneState()
968 outputDevices = mEngine->getOutputDevicesForAttributes(*resultAttr, requestedDevice, false); in getOutputForAttrInt()
1393 DeviceVector devices = mEngine->getOutputDevicesForAttributes( in setMsdPatch()
2494 curSrcDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes()
2625 DeviceTypeSet deviceTypes = mEngine->getOutputDevicesForAttributes( in getVolumeIndexForAttributes()
2668 DeviceVector devices = mEngine->getOutputDevicesForAttributes( in selectOutputForMusicEffects()
3835 DeviceVector devices = mEngine->getOutputDevicesForAttributes(attributes, nullptr, false); in checkStrategyRoute()
3984 mEngine->getOutputDevicesForAttributes(attributes, nullptr, true); in connectAudioSource()
5112 DeviceVector oldDevices = mEngine->getOutputDevicesForAttributes(attr, 0, true /*fromCache*/); in checkOutputForAttributes()
[all …]