HomeSort by relevance Sort by last modified time
    Searched refs:device3 (Results 1 - 5 of 5) sorted by null

  /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...]
  /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()));
  /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...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
TestInvocationTest.java 1436 ITestDevice device3 = EasyMock.createMock(ITestDevice.class); local
    [all...]

Completed in 164 milliseconds