Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6827 startBluetoothScoInt(cb, uid, scoAudioMode, eventSource); in startBluetoothSco()
6850 startBluetoothScoInt(cb, uid, BtHelper.SCO_MODE_VIRTUAL_CALL, eventSource); in startBluetoothScoVirtualCall()
6853 void startBluetoothScoInt(IBinder cb, int uid, int scoAudioMode, @NonNull String eventSource) { in startBluetoothScoInt() method in AudioService