Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java760 wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED in onSetWiredDeviceConnectionState()
763 if (wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED in onSetWiredDeviceConnectionState()
775 if ((wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED) in onSetWiredDeviceConnectionState()
788 if (wdcs.mState != AudioService.CONNECTION_STATE_DISCONNECTED) { in onSetWiredDeviceConnectionState()
798 if (wdcs.mState == AudioService.CONNECTION_STATE_DISCONNECTED in onSetWiredDeviceConnectionState()
1467 AudioService.CONNECTION_STATE_DISCONNECTED, AudioSystem.DEVICE_NONE);
1563 AudioService.CONNECTION_STATE_DISCONNECTED,
1636 : AudioService.CONNECTION_STATE_DISCONNECTED;
2267 if (state != AudioService.CONNECTION_STATE_DISCONNECTED) {
H A DAudioService.java7496 /*package*/ static final int CONNECTION_STATE_DISCONNECTED = 0; field in AudioService
7504 CONNECTION_STATE_DISCONNECTED,
7522 && state != CONNECTION_STATE_DISCONNECTED) { in setWiredDeviceConnectionState()
7564 connected ? CONNECTION_STATE_CONNECTED : CONNECTION_STATE_DISCONNECTED); in setTestDeviceConnectionState()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java85 @IntDef({CONNECTION_STATE_DISCONNECTED, CONNECTION_STATE_CONNECTING,
95 public static final int CONNECTION_STATE_DISCONNECTED = 0; field in MediaRoute2Info
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DAudioPoliciesBluetoothRouteController.java384 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_DISCONNECTED) in createBluetoothRoute()
H A DLegacyBluetoothRouteController.java319 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_DISCONNECTED) in createBluetoothRoute()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt24300 field public static final int CONNECTION_STATE_DISCONNECTED = 0; // 0x0