Searched defs:mTargetDevice (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/device/
H A DMultiCameraDeviceLifecycle.java92 private SingleDeviceLifecycle mTargetDevice; field in class:MultiCameraDeviceLifecycle
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/a2dp/
H A DA2dpStateMachine.java86 // mTargetDevice is the device to be connected
89 // and mTargetDevice are null
90 // when either mCurrentDevice or mTargetDevice is not null,
94 // both mCurrentDevice and mTargetDevice are null
96 // mCurrentDevice is not null, mTargetDevice is null
99 // mCurrentDevice is null, mTargetDevice is not null
102 // Both mCurrentDevice and mTargetDevice are not null
104 // mCurrentDevice is not null, mTargetDevice is null
106 // Both mCurrentDevice and mTargetDevice are null
108 private BluetoothDevice mTargetDevice field in class:A2dpStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java98 // mTargetDevice is the device to be connected
101 // and mTargetDevice are null
102 // when either mCurrentDevice or mTargetDevice is not null,
106 // both mCurrentDevice and mTargetDevice are null
108 // mCurrentDevice is not null, mTargetDevice is null
111 // mCurrentDevice is null, mTargetDevice is not null
114 // Both mCurrentDevice and mTargetDevice are not null
116 // mCurrentDevice is not null, mTargetDevice is null
118 // Both mCurrentDevice and mTargetDevice are null
120 private BluetoothDevice mTargetDevice field in class:A2dpSinkStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java52 private BluetoothDevice mTargetDevice = null; field in class:HidService
163 mTargetDevice = device;
194 (mTargetDevice != null && mTargetDevice.equals(device))) {
195 mTargetDevice = null;
729 ((adapterService.isQuietModeEnabled()) &&(mTargetDevice == null)) ||
755 println(sb, "mTargetDevice: " + mTargetDevice);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java172 // mTargetDevice is the device to be connected
175 // and mTargetDevice are null
176 // when either mCurrentDevice or mTargetDevice is not null,
180 // both mCurrentDevice and mTargetDevice are null
182 // mCurrentDevice is not null, mTargetDevice is null
185 // mCurrentDevice is null, mTargetDevice is not null
188 // Both mCurrentDevice and mTargetDevice are not null
190 // mCurrentDevice is not null, mTargetDevice is null
192 // Both mCurrentDevice and mTargetDevice are null
194 private BluetoothDevice mTargetDevice field in class:HeadsetStateMachine
[all...]

Completed in 86 milliseconds