Searched refs:scoAudioMode (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | BtHelper.java | 121 public static String scoAudioModeToString(int scoAudioMode) { in scoAudioModeToString() argument 122 switch (scoAudioMode) { in scoAudioModeToString() 130 return "SCO_MODE_(" + scoAudioMode + ")"; in scoAudioModeToString() 372 /*package*/ synchronized boolean startBluetoothSco(int scoAudioMode, in startBluetoothSco() argument 732 private boolean requestScoState(int state, int scoAudioMode) { in requestScoState() argument 742 mScoAudioMode = scoAudioMode; in requestScoState() 743 if (scoAudioMode == SCO_MODE_UNDEFINED) { in requestScoState() 870 BluetoothDevice device, int scoAudioMode) { in disconnectBluetoothScoAudioHelper() argument 871 switch (scoAudioMode) { in disconnectBluetoothScoAudioHelper() 882 BluetoothDevice device, int scoAudioMode) { in connectBluetoothScoAudioHelper() argument [all …]
|
H A D | AudioDeviceBroker.java | 375 int scoAudioMode, boolean isPrivileged, String eventSource) { in setCommunicationRouteForClient() argument 413 if (!mBtHelper.startBluetoothSco(scoAudioMode, eventSource)) { in setCommunicationRouteForClient() 1211 /*package*/ void startBluetoothScoForClient(IBinder cb, int uid, int scoAudioMode, in startBluetoothScoForClient() argument 1219 true, scoAudioMode, eventSource, false, isPrivileged)); in startBluetoothScoForClient() 1488 @Nullable AudioDeviceAttributes device, boolean on, int scoAudioMode, in CommunicationDeviceInfo() argument 1494 mScoAudioMode = scoAudioMode; in CommunicationDeviceInfo()
|
H A D | AudioService.java | 6504 final int scoAudioMode = in startBluetoothSco() local 6516 BtHelper.scoAudioModeToString(scoAudioMode)) in startBluetoothSco() 6518 startBluetoothScoInt(cb, uid, scoAudioMode, eventSource); in startBluetoothSco() 6544 void startBluetoothScoInt(IBinder cb, int uid, int scoAudioMode, @NonNull String eventSource) { in startBluetoothScoInt() argument 6548 BtHelper.scoAudioModeToString(scoAudioMode)); in startBluetoothScoInt() 6561 cb, uid, scoAudioMode, isPrivileged, eventSource); in startBluetoothScoInt()
|