Home
last modified time | relevance | path

Searched refs:onCodecConfigChanged (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudioCallback.aidl30 void onCodecConfigChanged(in int groupId, in BluetoothLeAudioCodecStatus status); in onCodecConfigChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java104 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/
DA2dpNativeInterface.java211 private void onCodecConfigChanged( in onCodecConfigChanged() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2038 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/
DBluetoothDeviceManager.java86 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java81 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) {}
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java4539 mLeAudioCallbacks.getBroadcastItem(i).onCodecConfigChanged(groupId, status); in notifyUnicastCodecConfigChanged()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt504 …method public void onCodecConfigChanged(int, @NonNull android.bluetooth.BluetoothLeAudioCodecStatu…