Home
last modified time | relevance | path

Searched defs:scoAudioMode (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java113 public static String scoAudioModeToString(int scoAudioMode) { in scoAudioModeToString()
379 /*package*/ synchronized boolean startBluetoothSco(int scoAudioMode, in startBluetoothSco()
692 private boolean requestScoState(int state, int scoAudioMode) { in requestScoState()
819 BluetoothDevice device, int scoAudioMode) { in disconnectBluetoothScoAudioHelper()
833 BluetoothDevice device, int scoAudioMode) { in connectBluetoothScoAudioHelper()
H A DAudioDeviceBroker.java296 int scoAudioMode, String eventSource) { in setCommunicationRouteForClient()
691 /*package*/ void startBluetoothScoForClient(IBinder cb, int pid, int scoAudioMode, in startBluetoothScoForClient()
H A DAudioService.java5370 final int scoAudioMode = in startBluetoothSco() local
5410 void startBluetoothScoInt(IBinder cb, int pid, int scoAudioMode, @NonNull String eventSource) { in startBluetoothScoInt()