Home
last modified time | relevance | path

Searched refs:SCO_MODE_UNDEFINED (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java106 /*package*/ static final int SCO_MODE_UNDEFINED = -1; field in BtHelper
123 case SCO_MODE_UNDEFINED: in scoAudioModeToString()
743 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()
H A DAudioDeviceBroker.java302 on, BtHelper.SCO_MODE_UNDEFINED, eventSource, false, isPrivileged)); in setSpeakerphoneOn()
325 device != null, BtHelper.SCO_MODE_UNDEFINED, eventSource, true, isPrivileged); in setCommunicationDevice()
536 BtHelper.SCO_MODE_UNDEFINED, "onCheckCommunicationDeviceRemoval", in onCheckCommunicationDeviceRemoval()
1230 false, BtHelper.SCO_MODE_UNDEFINED, eventSource, false, isPrivileged)); in stopBluetoothScoForClient()
2331 BtHelper.SCO_MODE_UNDEFINED, client.isPrivileged(), in onCommunicationRouteClientDied()
2419 BtHelper.SCO_MODE_UNDEFINED, crc.isPrivileged(), eventSource); in onUpdateCommunicationRouteClient()
H A DAudioService.java6506 BtHelper.SCO_MODE_VIRTUAL_CALL : BtHelper.SCO_MODE_UNDEFINED; in startBluetoothSco()
6593 BtHelper.scoAudioModeToString(BtHelper.SCO_MODE_UNDEFINED)) in stopBluetoothSco()