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.cpp2465 uint32_t device2 = AUDIO_DEVICE_NONE; local
2468 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_REMOTE_SUBMIX;
2470 if ((device2 == AUDIO_DEVICE_NONE) &&
2473 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP;
2474 if (device2 == AUDIO_DEVICE_NONE) {
2475 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES;
2477 if (device2 == AUDIO_DEVICE_NONE) {
2478 device2 = mAvailableOutputDevices & AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER;
2481 if (device2 == AUDIO_DEVICE_NONE) {
2482 device2
[all...]

Completed in 73 milliseconds