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

/hardware/libhardware/tests/camera2/
H A DCameraStreamTests.cpp32 #include <device2/Camera2Device.h>
H A DCameraModuleFixture.h25 #include <device2/Camera2Device.h>
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2683 uint32_t device2 = AUDIO_DEVICE_NONE; local
2686 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_REMOTE_SUBMIX;
2688 if ((device2 == AUDIO_DEVICE_NONE) &&
2691 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP;
2692 if (device2 == AUDIO_DEVICE_NONE) {
2693 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
2695 if (device2 == AUDIO_DEVICE_NONE) {
2696 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER;
2699 if (device2 == AUDIO_DEVICE_NONE) {
2700 device2
[all...]

Completed in 74 milliseconds