HomeSort by relevance Sort by last modified time
    Searched refs:STATE_DISCONNECTED (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 49 public static final int STATE_DISCONNECTED = 0;
139 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
152 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothProfileState.java 68 newState == BluetoothProfile.STATE_DISCONNECTED)) {
74 newState == BluetoothProfile.STATE_DISCONNECTED)) {
80 newState == BluetoothProfile.STATE_DISCONNECTED)) {
BluetoothInputDevice.java 58 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
167 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
170 * state {@link #STATE_DISCONNECTED}. The transition to
242 return BluetoothProfile.STATE_DISCONNECTED;
246 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothPan.java 60 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
186 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
189 * state {@link #STATE_DISCONNECTED}. The transition to
261 return BluetoothProfile.STATE_DISCONNECTED;
265 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothA2dp.java 60 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
180 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
183 * state {@link #STATE_DISCONNECTED}. The transition to
255 return BluetoothProfile.STATE_DISCONNECTED;
259 return BluetoothProfile.STATE_DISCONNECTED;
451 case STATE_DISCONNECTED:
BluetoothDeviceProfileState.java 117 private int mHeadsetState = BluetoothProfile.STATE_DISCONNECTED;
118 private int mA2dpState = BluetoothProfile.STATE_DISCONNECTED;
142 newState == BluetoothA2dp.STATE_DISCONNECTED) {
146 newState == BluetoothProfile.STATE_DISCONNECTED) {
158 newState == BluetoothHeadset.STATE_DISCONNECTED) {
162 newState == BluetoothProfile.STATE_DISCONNECTED) {
174 newState == BluetoothProfile.STATE_DISCONNECTED) {
178 newState == BluetoothProfile.STATE_DISCONNECTED) {
347 if (mHeadsetState != BluetoothHeadset.STATE_DISCONNECTED) {
351 } else if (mA2dpState != BluetoothA2dp.STATE_DISCONNECTED) {
    [all...]
BluetoothAdapter.java 305 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
331 public static final int STATE_DISCONNECTED = 0;
767 * @return One of {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTED},
768 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
    [all...]
BluetoothPbap.java 77 public static final int STATE_DISCONNECTED = 0;
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 34 next_state_(STATE_DISCONNECTED),
96 DCHECK_EQ(STATE_DISCONNECTED, next_state_);
114 next_state_ = STATE_DISCONNECTED;
155 if (next_state_ == STATE_DISCONNECTED)
202 if (next_state_ == STATE_DISCONNECTED)
265 DCHECK_NE(STATE_DISCONNECTED, next_state_);
275 DCHECK_NE(next_state_, STATE_DISCONNECTED);
279 next_state_ = STATE_DISCONNECTED;
309 } while (rv != ERR_IO_PENDING && next_state_ != STATE_DISCONNECTED &&
398 next_state_ = STATE_DISCONNECTED;
    [all...]
spdy_proxy_client_socket.h 108 STATE_DISCONNECTED,
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 30 public static final int STATE_DISCONNECTED = 0;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
OppProfile.java 52 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP
HeadsetProfile.java 134 if (mService == null) return BluetoothProfile.STATE_DISCONNECTED;
140 : BluetoothProfile.STATE_DISCONNECTED;
180 case BluetoothProfile.STATE_DISCONNECTED:
HidProfile.java 82 : BluetoothProfile.STATE_DISCONNECTED;
123 case BluetoothProfile.STATE_DISCONNECTED:
A2dpProfile.java 148 case BluetoothProfile.STATE_DISCONNECTED:
PanProfile.java 126 case BluetoothProfile.STATE_DISCONNECTED:
Utils.java 46 case BluetoothProfile.STATE_DISCONNECTED:
  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 68 getInputDeviceConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED ||
86 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTED);
96 getInputDeviceConnectionState(device) == BluetoothInputDevice.STATE_DISCONNECTED) {
121 return BluetoothInputDevice.STATE_DISCONNECTED;
170 prevState = BluetoothInputDevice.STATE_DISCONNECTED;
201 BluetoothInputDevice.STATE_DISCONNECTED;
BluetoothA2dpService.java 90 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTED);
172 return BluetoothA2dp.STATE_DISCONNECTED;
192 mAudioDevices.put(device, BluetoothA2dp.STATE_DISCONNECTED);
228 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTED);
232 BluetoothA2dp.STATE_DISCONNECTED);
272 if (getConnectionState(sinkDevice) != BluetoothProfile.STATE_DISCONNECTED) {
325 case BluetoothA2dp.STATE_DISCONNECTED:
345 case BluetoothA2dp.STATE_DISCONNECTED:
396 return BluetoothA2dp.STATE_DISCONNECTED;
482 handleSinkStateChange(device, BluetoothA2dp.STATE_DISCONNECTED, state)
    [all...]
BluetoothPanProfileHandler.java 125 return BluetoothPan.STATE_DISCONNECTED;
133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) {
156 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_DISCONNECTED,
261 prevState = BluetoothPan.STATE_DISCONNECTED;
272 } else if (state == BluetoothPan.STATE_DISCONNECTED) {
282 } else if (state == BluetoothPan.STATE_DISCONNECTED &&
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 107 mState = BluetoothProfile.STATE_DISCONNECTED;
115 mState = BluetoothProfile.STATE_DISCONNECTED;
187 int state = BluetoothProfile.STATE_DISCONNECTED;
193 case BluetoothProfile.STATE_DISCONNECTED:
258 int state = BluetoothProfile.STATE_DISCONNECTED;
430 setState(device, BluetoothProfile.STATE_DISCONNECTED);
457 setState(device, BluetoothProfile.STATE_DISCONNECTED);
477 if (state == BluetoothProfile.STATE_DISCONNECTED) {
574 setState(device, BluetoothProfile.STATE_DISCONNECTED);
586 return BluetoothProfile.STATE_DISCONNECTED;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 56 BluetoothAdapter.STATE_DISCONNECTED);
  /external/bluetooth/bluez/attrib/
interactive.c 61 STATE_DISCONNECTED,
140 set_state(STATE_DISCONNECTED);
332 if (conn_state != STATE_DISCONNECTED)
349 set_state(STATE_DISCONNECTED);
354 if (conn_state == STATE_DISCONNECTED)
365 set_state(STATE_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 182 mState = BluetoothPbap.STATE_DISCONNECTED;
300 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
480 setState(BluetoothPbap.STATE_DISCONNECTED);
714 if (mState == BluetoothPbap.STATE_DISCONNECTED) {
749 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 247 case BluetoothProfile.STATE_DISCONNECTED:
    [all...]

Completed in 923 milliseconds

1 2