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

/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/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/hfp/
H A DHeadsetStateMachine.java171 // mTargetDevice is the device to be connected
174 // and mTargetDevice are null
175 // when either mCurrentDevice or mTargetDevice is not null,
179 // both mCurrentDevice and mTargetDevice are null
181 // mCurrentDevice is not null, mTargetDevice is null
184 // mCurrentDevice is null, mTargetDevice is not null
187 // Both mCurrentDevice and mTargetDevice are not null
189 // mCurrentDevice is not null, mTargetDevice is null
191 // Both mCurrentDevice and mTargetDevice are null
193 private BluetoothDevice mTargetDevice field in class:HeadsetStateMachine
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java52 private BluetoothDevice mTargetDevice = null; field in class:HidService
160 mTargetDevice = device;
191 (mTargetDevice != null && mTargetDevice.equals(device))) {
192 mTargetDevice = null;
653 ((adapterService.isQuietModeEnabled()) &&(mTargetDevice == null)) ||
679 println(sb, "mTargetDevice: " + mTargetDevice);

Completed in 171 milliseconds