Home
last modified time | relevance | path

Searched refs:SCO_MODE_VIRTUAL_CALL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java138 /*package*/ static final int SCO_MODE_VIRTUAL_CALL = 0; field in BtHelper
163 case SCO_MODE_VIRTUAL_CALL: in scoAudioModeToString()
503 return requestScoState(BluetoothHeadset.STATE_AUDIO_DISCONNECTED, SCO_MODE_VIRTUAL_CALL); in stopBluetoothSco()
1016 mScoAudioMode = SCO_MODE_VIRTUAL_CALL; in requestScoState()
1022 SCO_MODE_VIRTUAL_CALL); in requestScoState()
1024 mScoAudioMode = SCO_MODE_VIRTUAL_CALL; in requestScoState()
1144 case SCO_MODE_VIRTUAL_CALL: in disconnectBluetoothScoAudioHelper()
1156 case SCO_MODE_VIRTUAL_CALL: in connectBluetoothScoAudioHelper()
DAudioService.java6815 BtHelper.SCO_MODE_VIRTUAL_CALL : BtHelper.SCO_MODE_UNDEFINED; in startBluetoothSco()
6848 BtHelper.scoAudioModeToString(BtHelper.SCO_MODE_VIRTUAL_CALL)) in startBluetoothScoVirtualCall()
6850 startBluetoothScoInt(cb, uid, BtHelper.SCO_MODE_VIRTUAL_CALL, eventSource); in startBluetoothScoVirtualCall()