Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp150 if (availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllScoSet()).isEmpty()) { in isBtScoActive()
172 availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllA2dpSet())); in filterOutputDevicesForStrategy()
174 availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllBleSet())); in filterOutputDevicesForStrategy()
209 DeviceVector availPrimaryOutputDevices = availableOutputDevices.getDevicesFromTypes( in filterOutputDevicesForStrategy()
228 availableOutputDevices.remove(availableOutputDevices.getDevicesFromTypes({ in filterOutputDevicesForStrategy()
233 if (!availableOutputDevices.getDevicesFromTypes({AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET}) in filterOutputDevicesForStrategy()
236 availableOutputDevices.getDevicesFromTypes({AUDIO_DEVICE_OUT_SPEAKER})); in filterOutputDevicesForStrategy()
245 availableOutputDevices.remove(desc->devices().getDevicesFromTypes({ in filterOutputDevicesForStrategy()
342 if (!availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllScoSet()).isEmpty() in getDevicesForStrategyInt()
370 if (!availableOutputDevices.getDevicesFromTypes(getAudioDeviceOutAllBleSet()).isEmpty() in getDevicesForStrategyInt()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h142 const bool devicesSupported = !mSupportedDevices.getDevicesFromTypes(deviceTypes).empty(); in supportsDeviceTypes()
155 return mSupportedDevices.getDevicesFromTypes(deviceTypes).itemAt(0)->getTagName(); in getTag()
183 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.cpp465 selectedDevices = availableOutputDevices.getDevicesFromTypes(deviceTypes); in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp682 DeviceVector declaredDevices = primaryModule->getDeclaredDevices().getDevicesFromTypes( in getHwOffloadFormatsSupportedForBluetoothMedia()
2489 if (mAvailableOutputDevices.getDevicesFromTypes(deviceTypes).isEmpty()) { in isAnyDeviceTypeActive()
2724 !desc->devices().getDevicesFromTypes( in checkLeBroadcastRoutes()
6372 DeviceVector hdmiOutputDevices = mAvailableOutputDevices.getDevicesFromTypes( in setSurroundFormatEnabled()