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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 82 // mTargetDevice is the device to be connected
85 // and mTargetDevice are null
86 // when either mCurrentDevice or mTargetDevice is not null,
90 // both mCurrentDevice and mTargetDevice are null
92 // mCurrentDevice is not null, mTargetDevice is null
95 // mCurrentDevice is null, mTargetDevice is not null
98 // Both mCurrentDevice and mTargetDevice are not null
100 // mCurrentDevice is not null, mTargetDevice is null
102 // Both mCurrentDevice and mTargetDevice are null
104 private BluetoothDevice mTargetDevice = null
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 103 // mTargetDevice is the device to be connected
106 // and mTargetDevice are null
107 // when either mCurrentDevice or mTargetDevice is not null,
111 // both mCurrentDevice and mTargetDevice are null
113 // mCurrentDevice is not null, mTargetDevice is null
116 // mCurrentDevice is null, mTargetDevice is not null
119 // Both mCurrentDevice and mTargetDevice are not null
121 // mCurrentDevice is not null, mTargetDevice is null
123 // Both mCurrentDevice and mTargetDevice are null
125 private BluetoothDevice mTargetDevice = null
    [all...]
  /packages/apps/Camera2/src/com/android/camera/device/
MultiCameraDeviceLifecycle.java 92 private SingleDeviceLifecycle mTargetDevice;
310 mTargetDevice = deviceLifecycle;
337 if (mTargetDevice != null) {
339 mTargetDevice.close();
340 mTargetDevice = null;
376 if (mTargetDevice != null) {
378 mCurrentDevice = mTargetDevice;
379 mTargetDevice = null;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 169 // mTargetDevice is the device to be connected
172 // and mTargetDevice are null
173 // when either mCurrentDevice or mTargetDevice is not null,
177 // both mCurrentDevice and mTargetDevice are null
179 // mCurrentDevice is not null, mTargetDevice is null
182 // mCurrentDevice is null, mTargetDevice is not null
185 // Both mCurrentDevice and mTargetDevice are not null
187 // mCurrentDevice is not null, mTargetDevice is null
189 // Both mCurrentDevice and mTargetDevice are null
191 private BluetoothDevice mTargetDevice = null
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 56 private BluetoothDevice mTargetDevice = null;
158 mTargetDevice = device;
189 (mTargetDevice != null && mTargetDevice.equals(device))) {
190 mTargetDevice = null;
660 ((adapterService.isQuietModeEnabled()) &&(mTargetDevice == null)) ||
686 println(sb, "mTargetDevice: " + mTargetDevice);

Completed in 317 milliseconds