Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java33 import android.bluetooth.IBluetoothLeAudioCallback;
72 @Mock private RemoteCallbackList<IBluetoothLeAudioCallback> mLeAudioCallbacks;
295 IBluetoothLeAudioCallback callback = Mockito.mock(IBluetoothLeAudioCallback.class); in registerCallback()
304 IBluetoothLeAudioCallback callback = Mockito.mock(IBluetoothLeAudioCallback.class); in unregisterCallback()
DLeAudioServiceTest.java44 import android.bluetooth.IBluetoothLeAudioCallback;
2035 IBluetoothLeAudioCallback leAudioCallbacks = in sendEventAndVerifyIntentForGroupStatusChanged()
2036 new IBluetoothLeAudioCallback.Stub() { in sendEventAndVerifyIntentForGroupStatusChanged()
2089 IBluetoothLeAudioCallback leAudioCallbacks = in sendEventAndVerifyGroupStreamStatusChanged()
2090 new IBluetoothLeAudioCallback.Stub() { in sendEventAndVerifyGroupStreamStatusChanged()
2198 IBluetoothLeAudioCallback leAudioCallbacks = in testMessageFromNativeGroupCodecConfigChanged()
2199 new IBluetoothLeAudioCallback.Stub() { in testMessageFromNativeGroupCodecConfigChanged()
2251 IBluetoothLeAudioCallback leAudioCallbacks = in testMessageFromNativeGroupCodecConfigChanged_OneDirectionOnly()
2252 new IBluetoothLeAudioCallback.Stub() { in testMessageFromNativeGroupCodecConfigChanged_OneDirectionOnly()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl26 import android.bluetooth.IBluetoothLeAudioCallback;
63 …void registerCallback(in IBluetoothLeAudioCallback callback, in AttributionSource attributionSourc… in registerCallback()
65 …void unregisterCallback(in IBluetoothLeAudioCallback callback, in AttributionSource attributionSou… in unregisterCallback()
DIBluetoothLeAudioCallback.aidl29 oneway interface IBluetoothLeAudioCallback { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp39 "android/bluetooth/IBluetoothLeAudioCallback.aidl",
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java156 private final IBluetoothLeAudioCallback mCallback =
157 new IBluetoothLeAudioCallback.Stub() {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java47 import android.bluetooth.IBluetoothLeAudioCallback;
213 @VisibleForTesting RemoteCallbackList<IBluetoothLeAudioCallback> mLeAudioCallbacks;
447 mLeAudioCallbacks = new RemoteCallbackList<IBluetoothLeAudioCallback>(); in start()
5217 public void registerCallback(IBluetoothLeAudioCallback callback, AttributionSource source) { in registerCallback()
5235 IBluetoothLeAudioCallback callback, AttributionSource source) { in unregisterCallback()