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

/frameworks/av/services/camera/libcameraservice/
H A DAndroid.mk44 device2/Camera2Device.cpp \
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp4717 uint32_t device2 = AUDIO_DEVICE_NONE; local
4721 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_REMOTE_SUBMIX;
4724 if ((device2 == AUDIO_DEVICE_NONE) &&
4727 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP;
4728 if (device2 == AUDIO_DEVICE_NONE) {
4729 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
4731 if (device2 == AUDIO_DEVICE_NONE) {
4732 device2 = availableOutputDeviceTypes & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER;
4735 if ((device2 == AUDIO_DEVICE_NONE) &&
4737 device2
[all...]

Completed in 1960 milliseconds