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.java82 // 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 field in class:A2dpStateMachine
[all...]
H A DA2dpSinkStateMachine.java85 // mTargetDevice is the device to be connected
88 // and mTargetDevice are null
89 // when either mCurrentDevice or mTargetDevice is not null,
93 // both mCurrentDevice and mTargetDevice are null
95 // mCurrentDevice is not null, mTargetDevice is null
98 // mCurrentDevice is null, mTargetDevice is not null
101 // Both mCurrentDevice and mTargetDevice are not null
103 // mCurrentDevice is not null, mTargetDevice is null
105 // Both mCurrentDevice and mTargetDevice are null
107 private BluetoothDevice mTargetDevice field in class:A2dpSinkStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java56 private BluetoothDevice mTargetDevice = null; field in class:HidService
158 mTargetDevice = device;
189 (mTargetDevice != null && mTargetDevice.equals(device))) {
190 mTargetDevice = null;
660 ((adapterService.isQuietModeEnabled()) &&(mTargetDevice == null)) ||
686 println(sb, "mTargetDevice: " + mTargetDevice);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java166 // mTargetDevice is the device to be connected
169 // and mTargetDevice are null
170 // when either mCurrentDevice or mTargetDevice is not null,
174 // both mCurrentDevice and mTargetDevice are null
176 // mCurrentDevice is not null, mTargetDevice is null
179 // mCurrentDevice is null, mTargetDevice is not null
182 // Both mCurrentDevice and mTargetDevice are not null
184 // mCurrentDevice is not null, mTargetDevice is null
186 // Both mCurrentDevice and mTargetDevice are null
188 private BluetoothDevice mTargetDevice field in class:HeadsetStateMachine
[all...]

Completed in 171 milliseconds