Home
last modified time | relevance | path

Searched refs:CONNECTION_STATE_DISCONNECTED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java364 if ((wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED) in onSetWiredDeviceConnectionState()
375 if (wdcs.mState != AudioService.CONNECTION_STATE_DISCONNECTED) { in onSetWiredDeviceConnectionState()
476 AudioService.CONNECTION_STATE_DISCONNECTED, AudioSystem.DEVICE_NONE); in disconnectA2dp()
554 : AudioService.CONNECTION_STATE_DISCONNECTED; in setBluetoothA2dpDeviceConnectionState()
764 if (state != AudioService.CONNECTION_STATE_DISCONNECTED) { in checkSendBecomingNoisyIntentInt()
DAudioService.java4333 /*package*/ static final int CONNECTION_STATE_DISCONNECTED = 0; field in AudioService
4341 CONNECTION_STATE_DISCONNECTED,
4355 && state != CONNECTION_STATE_DISCONNECTED) { in setWiredDeviceConnectionState()
/frameworks/base/core/proto/android/bluetooth/
Denums.proto25 CONNECTION_STATE_DISCONNECTED = 0; enumerator
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java88 private static final int CONNECTION_STATE_DISCONNECTED = 0; field in BluetoothDevice
1366 return service.getConnectionState(this) != CONNECTION_STATE_DISCONNECTED; in isConnected()
DBluetoothAdapter.java638 public static final int STATE_DISCONNECTED = BluetoothProtoEnums.CONNECTION_STATE_DISCONNECTED;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10102 Landroid/bluetooth/BluetoothDevice;->CONNECTION_STATE_DISCONNECTED:I
10760 Landroid/bluetooth/BluetoothProtoEnums;->CONNECTION_STATE_DISCONNECTED:I