Home
last modified time | relevance | path

Searched refs:IBluetoothCsipSetCoordinatorCallback (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothCsipSetCoordinatorCallback.aidl26 oneway interface IBluetoothCsipSetCoordinatorCallback { interface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java33 import android.bluetooth.IBluetoothCsipSetCoordinatorCallback;
101 private final Map<ParcelUuid, Map<Executor, IBluetoothCsipSetCoordinatorCallback>> mCallbacks =
384 IBluetoothCsipSetCoordinatorCallback callback) { in registerCsisMemberObserver()
385 Map<Executor, IBluetoothCsipSetCoordinatorCallback> entries = in registerCsisMemberObserver()
730 IBluetoothCsipSetCoordinatorCallback callback, in executeCallback()
760 for (Map.Entry<Executor, IBluetoothCsipSetCoordinatorCallback> entry : in handleSetMemberAvailable()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp25 "android/bluetooth/IBluetoothCsipSetCoordinatorCallback.aidl",