/frameworks/av/services/camera/libcameraservice/ |
Android.mk | 44 device3/Camera3Device.cpp \ 45 device3/Camera3Stream.cpp \ 46 device3/Camera3IOStreamBase.cpp \ 47 device3/Camera3InputStream.cpp \ 48 device3/Camera3OutputStream.cpp \ 49 device3/Camera3DummyStream.cpp \ 50 device3/Camera3SharedOutputStream.cpp \ 51 device3/StatusTracker.cpp \ 52 device3/Camera3BufferManager.cpp \ 53 device3/Camera3StreamSplitter.cpp [all...] |
CameraFlashlight.cpp | 30 #include "device3/Camera3Device.h"
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
BluetoothAutoConnectPolicyTest.java | 432 BluetoothDevice device3 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:03"); local 434 BluetoothDevice[] testDevices = new BluetoothDevice[]{device4, device3, device2, device1}; 445 pairDeviceOnProfile(device3, BluetoothProfile.A2DP_SINK); 454 sendFakeConnectionStateChangeOnProfile(device3, BluetoothProfile.A2DP_SINK, false); 475 BluetoothProfile.A2DP_SINK, device3); 489 mReceiver.onReceive(null, createBluetoothBondStateChangedIntent(device3, false)); 512 BluetoothDevice device3 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:03"); local 514 BluetoothDevice[] testDevices = new BluetoothDevice[]{device4, device3, device2, device1}; 526 // Device Order for all profiles will be {device1, device2, device3, device4} in the order 528 // Randomly pick device3 as the primary devic 606 BluetoothDevice device3 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:03"); local [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
BluetoothDeviceManagerTest.java | 60 private BluetoothDevice device3; field in class:BluetoothDeviceManagerTest 68 device3 = makeBluetoothDevice("00:00:00:00:00:03"); 111 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device3)); 115 assertEquals(device3.getAddress(), 118 buildConnectionActionIntent(BluetoothHeadset.STATE_DISCONNECTED, device3)); 134 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device3)); 139 mBluetoothDeviceManager.getMostRecentlyConnectedDevice(device3.getAddress()));
|
BluetoothRouteTransitionTests.java | 44 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE3; 420 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3) 433 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3) 435 .setMessageDevice(DEVICE3) 438 .setExpectedConnectionDevice(DEVICE3) 440 + ":" + DEVICE3) 447 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3) 449 .setMessageDevice(DEVICE3) 452 .setExpectedConnectionDevice(DEVICE3) 454 + ":" + DEVICE3) [all...] |
BluetoothRouteManagerTest.java | 57 static final BluetoothDevice DEVICE3 = makeBluetoothDevice("00:00:00:00:00:03");
|
/tools/tradefederation/core/tests/res/testconfigs/ |
multi-device-empty.xml | 21 <device name="device3" />
|
multi-device-outside-tag.xml | 27 <device name="device3" >
|
multi-device-incorrect.xml | 28 <device name="device3" >
|
multi-device.xml | 28 <device name="device3" >
|
test-config-multi-3-fake.xml | 27 <device name="device3" isFake="true">
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
ConfigurationFactoryTest.java | [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
StatusTracker.cpp | 25 #include "device3/StatusTracker.h" 26 #include "device3/Camera3Device.h"
|
Camera3IOStreamBase.cpp | 25 #include "device3/Camera3IOStreamBase.h" 26 #include "device3/StatusTracker.h"
|
Camera3Device.h | 44 #include "device3/StatusTracker.h" 45 #include "device3/Camera3BufferManager.h" 46 #include "device3/DistortionMapper.h" [all...] |
Camera3Stream.cpp | 23 #include "device3/Camera3Stream.h" 24 #include "device3/StatusTracker.h"
|
/test/vts/tools/vts-tradefed/res/config/ |
vts-camera-its.xml | 49 <device name="device3" >
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
Engine.cpp | 568 int device3 = AUDIO_DEVICE_NONE; local 571 device3 = availableOutputDevicesType & AUDIO_DEVICE_OUT_HDMI_ARC; 572 device3 |= (availableOutputDevicesType & AUDIO_DEVICE_OUT_SPDIF); 573 device3 |= (availableOutputDevicesType & AUDIO_DEVICE_OUT_AUX_LINE); 576 device2 |= device3; [all...] |
/external/webrtc/talk/media/devices/ |
devicemanager_unittest.cc | 255 "device3", 269 "device3",
|
/frameworks/av/services/camera/libcameraservice/tests/ |
DistortionMapperTest.cpp | 26 #include "../device3/DistortionMapper.h"
|
/build/make/tools/releasetools/ |
test_ota_from_target_files.py | 141 'ro.product.device' : 'device3', 163 self.assertEqual('device3', target_info.device) 164 self.assertEqual('brand3/product-name/device3:build-thumbprint', 255 ['device1', 'device2', 'device3'], False), [all...] |
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.cpp | 34 #include "device3/Camera3Device.h"
|
CameraDeviceBase.h | 35 #include "device3/Camera3StreamInterface.h"
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
TestInvocationTest.java | 1436 ITestDevice device3 = EasyMock.createMock(ITestDevice.class); local [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.cpp | 38 #include "device3/Camera3Device.h"
|