Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp160 if (availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllScoSet()).isEmpty()) { in isBtScoActive()
174 .getDevicesFromTypes(getAudioDeviceOutAllScoSet()).isEmpty()) { in isBtScoActive()
204 availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllA2dpSet())); in filterOutputDevicesForStrategy()
206 availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllBleSet())); in filterOutputDevicesForStrategy()
241 DeviceVector availPrimaryOutputDevices = availableOutputDevices.getDevicesFromTypes( in filterOutputDevicesForStrategy()
260 availableOutputDevices.remove(availableOutputDevices.getDevicesFromTypes({ in filterOutputDevicesForStrategy()
265 if (!availableOutputDevices.getDevicesFromTypes({AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET}) in filterOutputDevicesForStrategy()
268 availableOutputDevices.getDevicesFromTypes({AUDIO_DEVICE_OUT_SPEAKER})); in filterOutputDevicesForStrategy()
277 availableOutputDevices.remove(desc->devices().getDevicesFromTypes({ in filterOutputDevicesForStrategy()
374 if (!availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllScoSet()).isEmpty()) { in getDevicesForStrategyInt()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h136 const bool devicesSupported = !mSupportedDevices.getDevicesFromTypes(deviceTypes).empty(); in supportsDeviceTypes()
149 return mSupportedDevices.getDevicesFromTypes(deviceTypes).itemAt(0)->getTagName(); in getTag()
177 mSupportedDevices.getDevicesFromTypes(deviceTypes); in devicesSupportEncodedFormats()
DDeviceDescriptor.h136 DeviceVector getDevicesFromTypes(const DeviceTypeSet& types) const;
138 return getDevicesFromTypes({type}); in getDevicesFromType()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp381 DeviceVector DeviceVector::getDevicesFromTypes(const DeviceTypeSet& types) const in getDevicesFromTypes() function in android::DeviceVector
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp407 selectedDevices = availableOutputDevices.getDevicesFromTypes(deviceTypes); in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp649 DeviceVector declaredDevices = primaryModule->getDeclaredDevices().getDevicesFromTypes( in getHwOffloadFormatsSupportedForBluetoothMedia()
2362 if (mAvailableOutputDevices.getDevicesFromTypes(deviceTypes).isEmpty()) { in isAnyDeviceTypeActive()
2586 !desc->devices().getDevicesFromTypes( in checkLeBroadcastRoutes()