Home
last modified time | relevance | path

Searched defs:onSourceModified (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeBroadcastAssistantCallback.aidl37 void onSourceModified(in BluetoothDevice sink, in int sourceId, in int reason); in onSourceModified() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastAssistantCallback.java211 public void onSourceModified(BluetoothDevice sink, int sourceId, int reason) { in onSourceModified() method in BluetoothLeBroadcastAssistantCallback
DBluetoothLeBroadcastAssistant.java211 void onSourceModified(@NonNull BluetoothDevice sink, int sourceId, @Reason int reason); in onSourceModified() method