Home
last modified time | relevance | path

Searched refs:device2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DAndroid.mk44 device2/Camera2Device.cpp \
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp4145 uint32_t device2 = AUDIO_DEVICE_NONE; in getDeviceForStrategy() local
4148 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_REMOTE_SUBMIX; in getDeviceForStrategy()
4150 if ((device2 == AUDIO_DEVICE_NONE) && in getDeviceForStrategy()
4153 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP; in getDeviceForStrategy()
4154 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4155 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES; in getDeviceForStrategy()
4157 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4158 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER; in getDeviceForStrategy()
4161 if (device2 == AUDIO_DEVICE_NONE) { in getDeviceForStrategy()
4162 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_WIRED_HEADPHONE; in getDeviceForStrategy()
[all …]