/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 207 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HeadsetClientService.BluetoothHeadsetClientBinder 212 return service.getConnectionState(device); in getConnectionState() 488 int connectionState = mStateMachine.getConnectionState(device); in connect() 501 int connectionState = mStateMachine.getConnectionState(device); in disconnect() 521 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HeadsetClientService 523 return mStateMachine.getConnectionState(device); in getConnectionState() 550 int connectionState = mStateMachine.getConnectionState(device); in startVoiceRecognition() 564 int connectionState = mStateMachine.getConnectionState(device); in stopVoiceRecognition() 618 int connectionState = mStateMachine.getConnectionState(device); in holdCall() 630 int connectionState = mStateMachine.getConnectionState(device); in acceptCall() [all …]
|
D | HeadsetClientStateMachine.java | 2257 public synchronized int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HeadsetClientStateMachine 2372 connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 170 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HeadsetService.BluetoothHeadsetBinder 173 return service.getConnectionState(device); in getConnectionState() 355 int connectionState = mStateMachine.getConnectionState(device); in connect() 369 int connectionState = mStateMachine.getConnectionState(device); in disconnect() 389 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HeadsetService 391 return mStateMachine.getConnectionState(device); in getConnectionState() 415 int connectionState = mStateMachine.getConnectionState(device); in startVoiceRecognition() 429 int connectionState = mStateMachine.getConnectionState(device); in stopVoiceRecognition() 507 int connectionState = mStateMachine.getConnectionState(device); in stopScoUsingVirtualVoiceCall() 536 int connectionState = mStateMachine.getConnectionState(device); in sendVendorSpecificResultCode()
|
D | HeadsetStateMachine.java | 2076 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HeadsetStateMachine 2327 connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 123 int connectionState = mStateMachine.getConnectionState(device); in connect() 136 int connectionState = mStateMachine.getConnectionState(device); in disconnect() 156 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in A2dpSinkService 158 return mStateMachine.getConnectionState(device); in getConnectionState() 284 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in A2dpSinkService.BluetoothA2dpSinkBinder 287 return service.getConnectionState(device); in getConnectionState()
|
D | A2dpSinkStateMachine.java | 646 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in A2dpSinkStateMachine 723 connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 142 int connectionState = mStateMachine.getConnectionState(device); in connect() 155 int connectionState = mStateMachine.getConnectionState(device); in disconnect() 175 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in A2dpService 177 return mStateMachine.getConnectionState(device); in getConnectionState() 279 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in A2dpService.BluetoothA2dpBinder 282 return service.getConnectionState(device); in getConnectionState()
|
D | A2dpStateMachine.java | 148 (getConnectionState(mTargetDevice) == BluetoothProfile.STATE_CONNECTING)) { in doQuit() 619 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in A2dpStateMachine 701 connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 191 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in PbapClientService.BluetoothPbapClientBinder 196 return service.getConnectionState(device); in getConnectionState() 262 int connectionState = mClient.getConnectionState(); in connect() 288 int clientState = mClient.getConnectionState(); in getDevicesMatchingConnectionStates() 302 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in PbapClientService 305 return mClient.getConnectionState(); in getConnectionState()
|
D | PbapPCEClient.java | 89 public int getConnectionState() { in getConnectionState() method in PbapPCEClient 185 int oldState = getConnectionState(); in handleMessage() 204 int oldState = getConnectionState(); in handleMessage() 206 int newState = getConnectionState(); in handleMessage()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 330 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HidService.BluetoothInputDeviceBinder 333 return service.getConnectionState(device); in getConnectionState() 400 if (getConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED) { in connect() 421 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HidService 433 int inputDeviceState = getConnectionState(device); in getDevicesMatchingConnectionStates() 467 int state = this.getConnectionState(device); in getProtocolMode() 481 int state = this.getConnectionState(device); in virtualUnplug() 493 int state = this.getConnectionState(device); in setProtocolMode() 507 int state = this.getConnectionState(device); in getReport() 525 int state = this.getConnectionState(device); in setReport() [all …]
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 224 if (mInput.getConnectionState(mDevice) in nextStepDisconnect() 234 if (mHeadset.getConnectionState(mDevice) in nextStepDisconnect() 241 if (mA2dp.getConnectionState(mDevice) in nextStepDisconnect() 330 if (mInput.getConnectionState(mDevice) in nextStepConnect() 340 if (mHeadset.getConnectionState(mDevice) != in nextStepConnect() 347 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) { in nextStepConnect()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothHeadsetProxy.java | 55 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothHeadsetProxy 56 return mBluetoothHeadset.getConnectionState(device); in getConnectionState()
|
D | BluetoothManager.java | 216 Log.v(this, "state = " + mBluetoothHeadset.getConnectionState(device) in isBluetoothAvailable() 367 + mBluetoothHeadset.getConnectionState(device)); in dump()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 216 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in PanService.BluetoothPanBinder 219 return service.getConnectionState(device); in getConnectionState() 260 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) { in connect() 276 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in PanService 326 int panDeviceState = getConnectionState(device); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 531 connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() 542 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in SapService 854 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in SapService.SapBinder 858 return service.getConnectionState(device); in getConnectionState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 471 return getConnectionState(device); in getHealthDeviceConnectionState() 769 private int getConnectionState(BluetoothDevice device) { in getConnectionState() method in HealthService 780 int healthDeviceState = getConnectionState(device); in lookupHealthDevicesMatchingStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 552 connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() 563 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothMapService 1245 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in BluetoothMapService.BluetoothMapBinder 1249 return service.getConnectionState(device); in getConnectionState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpControllerService.java | 195 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in AvrcpControllerService 420 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in AvrcpControllerService.BluetoothAvrcpControllerBinder 423 return service.getConnectionState(device); in getConnectionState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1129 public int getConnectionState(BluetoothDevice device) { in getConnectionState() method in AdapterService.AdapterServiceBinder 1132 return service.getConnectionState(device); in getConnectionState() 1579 return mAdapterProperties.getConnectionState(); in getAdapterConnectionState() 1908 int getConnectionState(BluetoothDevice device) { in getConnectionState() method in AdapterService
|
D | AdapterProperties.java | 186 int getConnectionState() { in getConnectionState() method in AdapterProperties
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothSettings.java | 522 defaultAdapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED; in setListening()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 40781 01-13 23:19:11.686 2512 2512 D BluetoothMap: getConnectionState(A0:91:69:7D:35:02) 40787 01-13 23:19:11.891 1419 2035 D BluetoothMap: getConnectionState(A0:91:69:7D:35:02)
|