Home
last modified time | relevance | path

Searched refs:IBluetoothLeBroadcastCallback (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java34 import android.bluetooth.IBluetoothLeBroadcastCallback;
73 @Mock private RemoteCallbackList<IBluetoothLeBroadcastCallback> mBroadcastCallbacks;
313 IBluetoothLeBroadcastCallback callback = Mockito.mock(IBluetoothLeBroadcastCallback.class); in registerLeBroadcastCallback()
322 IBluetoothLeBroadcastCallback callback = Mockito.mock(IBluetoothLeBroadcastCallback.class); in unregisterLeBroadcastCallback()
DLeAudioBroadcastServiceTest.java142 private final IBluetoothLeBroadcastCallback mCallbacks =
143 new IBluetoothLeBroadcastCallback.Stub() {
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl27 import android.bluetooth.IBluetoothLeBroadcastCallback;
105 …void registerLeBroadcastCallback(in IBluetoothLeBroadcastCallback callback, in AttributionSource a… in registerLeBroadcastCallback()
107 …void unregisterLeBroadcastCallback(in IBluetoothLeBroadcastCallback callback, in AttributionSource… in unregisterLeBroadcastCallback()
DIBluetoothLeBroadcastCallback.aidl25 oneway interface IBluetoothLeBroadcastCallback { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp42 "android/bluetooth/IBluetoothLeBroadcastCallback.aidl",
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcast.java68 private final IBluetoothLeBroadcastCallback mCallback =
69 new IBluetoothLeBroadcastCallback.Stub() {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java48 import android.bluetooth.IBluetoothLeBroadcastCallback;
211 @VisibleForTesting RemoteCallbackList<IBluetoothLeBroadcastCallback> mBroadcastCallbacks;
457 mBroadcastCallbacks = new RemoteCallbackList<IBluetoothLeBroadcastCallback>(); in start()
5250 IBluetoothLeBroadcastCallback callback, AttributionSource source) { in registerLeBroadcastCallback()
5265 IBluetoothLeBroadcastCallback callback, AttributionSource source) { in unregisterLeBroadcastCallback()