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

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 53 public static final int STATE_CONNECTED = 2;
120 * <p> Return the set of devices which are in state {@link #STATE_CONNECTED}
138 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
151 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
BluetoothProfileState.java 67 if (mProfile == HFP && (newState == BluetoothProfile.STATE_CONNECTED ||
73 if (mProfile == A2DP && (newState == BluetoothProfile.STATE_CONNECTED ||
79 if (mProfile == HID && (newState == BluetoothProfile.STATE_CONNECTED ||
BluetoothDeviceProfileState.java 139 if (newState == BluetoothHeadset.STATE_CONNECTED) {
143 if (oldState == BluetoothA2dp.STATE_CONNECTED &&
147 if (newState == BluetoothProfile.STATE_CONNECTED ||
155 if (newState == BluetoothHeadset.STATE_CONNECTED) {
159 if (oldState == BluetoothHeadset.STATE_CONNECTED &&
163 if (newState == BluetoothProfile.STATE_CONNECTED ||
172 if (newState == BluetoothHeadset.STATE_CONNECTED) {
175 if (oldState == BluetoothProfile.STATE_CONNECTED &&
179 if (newState == BluetoothProfile.STATE_CONNECTED ||
375 new int[] {BluetoothProfile.STATE_CONNECTED,
    [all...]
BluetoothPbap.java 81 public static final int STATE_CONNECTED = 2;
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 33 public static final int STATE_CONNECTED = 3;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 78 new int[] {BluetoothProfile.STATE_CONNECTED,
151 case BluetoothProfile.STATE_CONNECTED:
HeadsetProfile.java 76 BluetoothProfile.STATE_CONNECTED);
183 case BluetoothProfile.STATE_CONNECTED:
HidProfile.java 126 case BluetoothProfile.STATE_CONNECTED:
PanProfile.java 129 case BluetoothProfile.STATE_CONNECTED:
Utils.java 42 case BluetoothProfile.STATE_CONNECTED:
CachedBluetoothDevice.java 123 if (newProfileState == BluetoothProfile.STATE_CONNECTED) {
400 if (status == BluetoothProfile.STATE_CONNECTED) {
410 return status == BluetoothProfile.STATE_CONNECTED;
DockEventReceiver.java 84 BluetoothProfile.STATE_CONNECTED);
  /external/bluetooth/bluez/attrib/
interactive.c 63 STATE_CONNECTED
73 if (conn_state == STATE_CONNECTED)
149 set_state(STATE_CONNECTED);
372 if (conn_state != STATE_CONNECTED) {
408 if (conn_state != STATE_CONNECTED) {
449 if (conn_state != STATE_CONNECTED) {
478 if (conn_state != STATE_CONNECTED) {
515 if (conn_state != STATE_CONNECTED) {
579 if (conn_state != STATE_CONNECTED) {
634 if (conn_state != STATE_CONNECTED)
    [all...]
  /development/tools/emulator/opengl/tests/event_injector/
emulator-console.c 38 STATE_CONNECTED,
104 if (con->state != STATE_CONNECTED) {
143 con->state = STATE_CONNECTED;
251 case STATE_CONNECTED:
  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 113 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTED);
128 new int[] {BluetoothInputDevice.STATE_CONNECTED});
181 state == BluetoothInputDevice.STATE_CONNECTED) {
200 int state = connected ? BluetoothInputDevice.STATE_CONNECTED :
BluetoothPanProfileHandler.java 139 if (getPanDeviceConnectionState(panDevice) == BluetoothPan.STATE_CONNECTED) {
169 if (state == BluetoothPan.STATE_CONNECTED &&
196 if (getPanDeviceConnectionState(device) == BluetoothPan.STATE_CONNECTED) {
223 if (state != BluetoothPan.STATE_CONNECTED) {
269 if (state == BluetoothPan.STATE_CONNECTED) {
280 if (state == BluetoothPan.STATE_CONNECTED) {
283 (prevState == BluetoothPan.STATE_CONNECTED ||
BluetoothA2dpService.java 176 return BluetoothA2dp.STATE_CONNECTED;
224 case BluetoothA2dp.STATE_CONNECTED:
288 BluetoothA2dp.STATE_CONNECTED,
294 case BluetoothA2dp.STATE_CONNECTED:
372 mTargetA2dpState = BluetoothA2dp.STATE_CONNECTED;
403 new int[] {BluetoothA2dp.STATE_CONNECTED});
487 } else if (state == BluetoothA2dp.STATE_CONNECTED && mPlayingA2dpDevice != null) {
508 state == BluetoothA2dp.STATE_CONNECTED) {
556 mTargetA2dpState == BluetoothA2dp.STATE_CONNECTED) {
558 } else if (state == BluetoothA2dp.STATE_CONNECTED &
    [all...]
BluetoothHealthProfileHandler.java 542 new int[] {BluetoothHealth.STATE_CONNECTED});
573 * {@link BluetoothHealth#STATE_CONNECTING} to {@link BluetoothHealth#STATE_CONNECTED}
574 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTING}
576 * {@link BluetoothHealth#STATE_DISCONNECTED} to {@link BluetoothHealth#STATE_CONNECTED}
577 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTED}
602 if (newDeviceState == BluetoothHealth.STATE_CONNECTED) {
614 case BluetoothHealth.STATE_CONNECTED:
652 return BluetoothHealth.STATE_CONNECTED;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 81 public static final int STATE_CONNECTED = 3; // now connected to a remote device
196 setState(STATE_CONNECTED);
237 if (mState != STATE_CONNECTED) return;
303 while (mState != STATE_CONNECTED) {
324 case STATE_CONNECTED:
ConnectionAccessClientActivity.java 146 case BluetoothChatService.STATE_CONNECTED:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device
182 setState(STATE_CONNECTED);
223 if (mState != STATE_CONNECTED) return;
297 while (mState != STATE_CONNECTED) {
318 case STATE_CONNECTED:
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 127 state == BluetoothProfile.STATE_CONNECTED) {
238 case BluetoothProfile.STATE_CONNECTED:
269 if ((state == BluetoothProfile.STATE_CONNECTED ||
442 setState(device, BluetoothProfile.STATE_CONNECTED);
475 if (prevState == BluetoothProfile.STATE_CONNECTED) {
491 if (state == BluetoothHeadset.STATE_CONNECTED) {
538 if (mRemoteHeadsets.get(device).mState == BluetoothProfile.STATE_CONNECTED) {
600 new int[] {BluetoothProfile.STATE_CONNECTED});
670 mRemoteHeadsets.get(device).mState != BluetoothProfile.STATE_CONNECTED) {
682 mRemoteHeadsets.get(device).mState != BluetoothProfile.STATE_CONNECTED) {
    [all...]
  /external/qemu/android/
hw-pipe-net.c 61 STATE_CONNECTED,
98 if (pipe->state == STATE_CONNECTED && (pipe->wakeWanted & PIPE_WAKE_READ) != 0) {
157 pipe->state = STATE_CONNECTED;
218 pipe->state = STATE_CONNECTED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 81 final boolean connected = (connectionState == BluetoothAdapter.STATE_CONNECTED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 253 case BluetoothProfile.STATE_CONNECTED:
    [all...]

Completed in 504 milliseconds

1 2