Home
last modified time | relevance | path

Searched defs:onCodecConfigChanged (Results 1 – 4 of 4) 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/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeCallback.java71 void onCodecConfigChanged( in onCodecConfigChanged() method in A2dpNativeCallback
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java114 void onCodecConfigChanged(int groupId, @NonNull BluetoothLeAudioCodecStatus status); in onCodecConfigChanged() method
188 public void onCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) { in onCodecConfigChanged() method in BluetoothLeAudio.LeAudioNotifyCallback
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp47 jmethodID onCodecConfigChanged; member