Home
last modified time | relevance | path

Searched defs:getCodecStatus (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceBinderTest.java175 public void getCodecStatus() { in getCodecStatus() method in A2dpServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dp.aidl57 …BluetoothCodecStatus getCodecStatus(in BluetoothDevice device, in AttributionSource attributionSou… in getCodecStatus() method
DIBluetoothLeAudio.aidl59 BluetoothLeAudioCodecStatus getCodecStatus(in int groupId, in AttributionSource source); in getCodecStatus() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java705 BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in A2dpStateMachine
DA2dpService.java733 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in A2dpService
1540 public BluetoothCodecStatus getCodecStatus( in getCodecStatus() method in A2dpService.BluetoothA2dpBinder
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dp.java741 public BluetoothCodecStatus getCodecStatus(@NonNull BluetoothDevice device) { in getCodecStatus() method in BluetoothA2dp
DBluetoothLeAudio.java1399 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId) { in getCodecStatus() method in BluetoothLeAudio
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java399 public void getCodecStatus() { in getCodecStatus() method in LeAudioBinderTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4717 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId) { in getCodecStatus() method in LeAudioService
5372 public BluetoothLeAudioCodecStatus getCodecStatus(int groupId, AttributionSource source) { in getCodecStatus() method in LeAudioService.BluetoothLeAudioBinder