HomeSort by relevance Sort by last modified time
    Searched defs:getConnectionState (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 587 int getConnectionState() {
    [all...]
A2dpService.java 318 switch (sm.getConnectionState()) {
394 connectionState = sm.getConnectionState();
422 public int getConnectionState(BluetoothDevice device) {
429 return sm.getConnectionState();
452 && (getConnectionState(previousActiveDevice)
497 if (sm.getConnectionState() != BluetoothProfile.STATE_CONNECTED) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 250 public int getConnectionState(BluetoothDevice device) {
255 return service.getConnectionState(device);
492 int connectionState = sm.getConnectionState(device);
508 if (sm != null && sm.getConnectionState(bd) == BluetoothProfile.STATE_CONNECTED) {
521 if (sm != null && sm.getConnectionState(bd) == state) {
529 private synchronized int getConnectionState(BluetoothDevice device) {
533 return sm.getConnectionState(device);
563 int connectionState = sm.getConnectionState(device);
578 int connectionState = sm.getConnectionState(device);
637 int connectionState = sm.getConnectionState(device)
    [all...]
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 126 int state = getConnectionState(device);
197 connectionState = getConnectionState(device);
209 public synchronized int getConnectionState(BluetoothDevice device) {
402 return service.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED;
454 public int getConnectionState(BluetoothDevice device) {
456 Log.v(TAG, "getConnectionState()");
462 return service.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
PbapStateMachine.java 428 synchronized int getConnectionState() {
BluetoothPbapService.java 417 int getConnectionState(BluetoothDevice device) {
428 return sm.getConnectionState();
451 if (state == mPbapStateMachineMap.get(device).getConnectionState()) {
639 public int getConnectionState(BluetoothDevice device) {
641 Log.d(TAG, "getConnectionState: " + device);
647 return service.getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientStateMachine.java 372 public int getConnectionState() {
391 clientState = getConnectionState();
405 public int getConnectionState(BluetoothDevice device) {
411 return getConnectionState();
  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 117 public int getConnectionState() {
380 state = devInfo.getConnectionState();
394 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTING) {
409 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
433 if (devInfo.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
463 mDeviceInfoList.get(mConnectionInfo.mDeviceIndex).getConnectionState()
788 switch (devInfo.getConnectionState()) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java     [all...]
BluetoothHeadsetClient.java 567 public int getConnectionState(BluetoothDevice device) {
568 if (VDBG) log("getConnectionState(" + device + ")");
572 return service.getConnectionState(device);
    [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 642 int getConnectionState(BluetoothDevice device) {
724 connectionState = getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 545 return getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 379 connectionState = sm.getConnectionState();
408 int getConnectionState(BluetoothDevice device) {
415 return sm.getConnectionState();
477 if (getConnectionState(device) != BluetoothProfile.STATE_CONNECTED) {
510 if (getConnectionState(device) != BluetoothProfile.STATE_CONNECTED) {
666 if (sm.getConnectionState() != BluetoothProfile.STATE_DISCONNECTED) {
811 public int getConnectionState(BluetoothDevice device) {
816 return service.getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceService.java 422 public int getConnectionState(BluetoothDevice device) {
424 Log.d(TAG, "getConnectionState(): device=" + device);
432 return service.getConnectionState(device);
704 int getConnectionState(BluetoothDevice device) {
HidHostService.java 110 int inputDeviceState = getConnectionState(device);
352 public int getConnectionState(BluetoothDevice device) {
357 return service.getConnectionState(device);
473 if (getConnectionState(device) != BluetoothHidHost.STATE_DISCONNECTED) {
495 int getConnectionState(BluetoothDevice device) {
496 if (DBG) Log.d(TAG, "getConnectionState: " + device.getAddress());
509 int inputDeviceState = getConnectionState(device);
550 int state = this.getConnectionState(device);
566 int state = this.getConnectionState(device);
580 int state = this.getConnectionState(device)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 252 public int getConnectionState(BluetoothDevice device) {
257 return service.getConnectionState(device);
322 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
338 public int getConnectionState(BluetoothDevice device) {
431 int panDeviceState = getConnectionState(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 577 connectionState = getConnectionState(device);
588 public int getConnectionState(BluetoothDevice device) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 276 public synchronized int getConnectionState(BluetoothDevice device) {
665 public int getConnectionState(BluetoothDevice device) {
675 return service.getConnectionState(device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 332 int getConnectionState() {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 383 if (stateMachine.getConnectionState()
467 public int getConnectionState(BluetoothDevice device) {
472 return service.getConnectionState(device);
699 int connectionState = stateMachine.getConnectionState();
738 int connectionState = stateMachine.getConnectionState();
755 if (stateMachine.getConnectionState() == BluetoothProfile.STATE_CONNECTED) {
786 int connectionState = getConnectionState(device);
798 public int getConnectionState(BluetoothDevice device) {
805 return stateMachine.getConnectionState();
    [all...]
HeadsetStateMachine.java 218 ProfileService.println(sb, " mConnectionState: " + getConnectionState());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 557 int connectionState = getConnectionState(device);
568 int getConnectionState(BluetoothDevice device) {
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouter.java     [all...]

Completed in 343 milliseconds

12 3 4 5