Searched refs:IBluetoothLeAudioCallback (Results 1 – 7 of 7) sorted by relevance
33 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()
44 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()
26 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()
29 oneway interface IBluetoothLeAudioCallback { interface
39 "android/bluetooth/IBluetoothLeAudioCallback.aidl",
156 private final IBluetoothLeAudioCallback mCallback =157 new IBluetoothLeAudioCallback.Stub() {
47 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()