Home
last modified time | relevance | path

Searched refs:getDevicesFromType (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp155 availableOutputDevices.remove(availableOutputDevices.getDevicesFromType( in filterOutputDevicesForStrategy()
180 availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_HEARING_AID)); in filterOutputDevicesForStrategy()
272 devices = availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER); in getDevicesForStrategyInt()
328 availableOutputDevices.getDevicesFromType( in getDevicesForStrategyInt()
358 devices2 = availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER); in getDevicesForStrategyInt()
380 availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_BLE_BROADCAST); in getDevicesForStrategyInt()
397 devices2 = availableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_AUX_DIGITAL); in getDevicesForStrategyInt()
401 devices2 = availableOutputDevices.getDevicesFromType( in getDevicesForStrategyInt()
426 devices.remove(devices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER)); in getDevicesForStrategyInt()
446 availableOutputDevices.getDevicesFromType( in getDevicesForStrategyInt()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp113 DeviceVector deviceList = mSupportedDevices.getDevicesFromType(device->type()); in containsSingleDeviceSupportingEncodedFormats()
DDeviceDescriptor.cpp375 if (!(devices = getDevicesFromType(deviceType)).isEmpty()) { in getFirstDevicesFromTypes()
439 DeviceVector devicesToRemove = getDevicesFromType(typeToRemove); in replaceDevicesByType()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h132 DeviceVector getDevicesFromType(audio_devices_t type) const { in getDevicesFromType() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp517 DeviceVector deviceList = mAvailableOutputDevices.getDevicesFromType(device); in handleDeviceConfigChange()
2226 getDevicesFromType(AUDIO_DEVICE_OUT_BLE_BROADCAST).isEmpty()) in checkLeBroadcastRoutes()
5222 DeviceVector hdmiOutputDevices = mAvailableOutputDevices.getDevicesFromType( in setSurroundFormatEnabled()
5244 DeviceVector hdmiInputDevices = mAvailableInputDevices.getDevicesFromType( in setSurroundFormatEnabled()
6770 curDevices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER_SAFE); in getDevicesForAttributes()
6773 mAvailableOutputDevices.getDevicesFromType(AUDIO_DEVICE_OUT_SPEAKER)); in getDevicesForAttributes()