Searched refs:onCodecConfigChanged (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeAudioCallback.aidl | 30 void onCodecConfigChanged(in int groupId, in BluetoothLeAudioCodecStatus status); in onCodecConfigChanged() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeAudio.java | 104 void onCodecConfigChanged(int groupId, @NonNull BluetoothLeAudioCodecStatus status); in onCodecConfigChanged() method 159 public void onCodecConfigChanged( 165 executor.execute(() -> callback.onCodecConfigChanged(groupId, status));
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 211 private void onCodecConfigChanged( in onCodecConfigChanged() method in A2dpNativeInterface
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 2038 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) {} in sendEventAndVerifyIntentForGroupStatusChanged() 2092 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) {} in sendEventAndVerifyGroupStreamStatusChanged() 2201 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) { in testMessageFromNativeGroupCodecConfigChanged() 2254 public void onCodecConfigChanged(int gid, BluetoothLeAudioCodecStatus status) { in testMessageFromNativeGroupCodecConfigChanged_OneDirectionOnly()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 86 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 81 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 4539 mLeAudioCallbacks.getBroadcastItem(i).onCodecConfigChanged(groupId, status); in notifyUnicastCodecConfigChanged()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 504 …method public void onCodecConfigChanged(int, @NonNull android.bluetooth.BluetoothLeAudioCodecStatu…
|