Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java98 /*package*/ static final int SCO_MODE_UNDEFINED = -1; field in BtHelper
115 case SCO_MODE_UNDEFINED: in scoAudioModeToString()
701 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState()
H A DAudioDeviceBroker.java256 cb, pid, device, BtHelper.SCO_MODE_UNDEFINED, eventSource); in setSpeakerphoneOn()
287 cb, pid, deviceAttr, BtHelper.SCO_MODE_UNDEFINED, eventSource); in setCommunicationDevice()
721 cb, pid, null, BtHelper.SCO_MODE_UNDEFINED, eventSource); in stopBluetoothScoForClient()
1724 client.getBinder(), client.getPid(), null, BtHelper.SCO_MODE_UNDEFINED, in onCommunicationRouteClientDied()
H A DAudioService.java5372 BtHelper.SCO_MODE_VIRTUAL_CALL : BtHelper.SCO_MODE_UNDEFINED; in startBluetoothSco()
5446 BtHelper.scoAudioModeToString(BtHelper.SCO_MODE_UNDEFINED)) in stopBluetoothSco()