Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java121 public static String scoAudioModeToString(int scoAudioMode) { in scoAudioModeToString()
372 /*package*/ synchronized boolean startBluetoothSco(int scoAudioMode, in startBluetoothSco()
732 private boolean requestScoState(int state, int scoAudioMode) { in requestScoState()
870 BluetoothDevice device, int scoAudioMode) { in disconnectBluetoothScoAudioHelper()
882 BluetoothDevice device, int scoAudioMode) { in connectBluetoothScoAudioHelper()
H A DAudioDeviceBroker.java375 int scoAudioMode, boolean isPrivileged, String eventSource) { in setCommunicationRouteForClient()
1211 /*package*/ void startBluetoothScoForClient(IBinder cb, int uid, int scoAudioMode, in startBluetoothScoForClient()
1488 @Nullable AudioDeviceAttributes device, boolean on, int scoAudioMode, in CommunicationDeviceInfo()
H A DAudioService.java6504 final int scoAudioMode = in startBluetoothSco() local
6544 void startBluetoothScoInt(IBinder cb, int uid, int scoAudioMode, @NonNull String eventSource) { in startBluetoothScoInt()