Home
last modified time | relevance | path

Searched refs:IBluetoothHapClientCallback (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl22 import android.bluetooth.IBluetoothHapClientCallback;
70 …void registerCallback(in IBluetoothHapClientCallback callback, in AttributionSource attributionSou… in registerCallback()
72 …void unregisterCallback(in IBluetoothHapClientCallback callback, in AttributionSource attributionS… in unregisterCallback()
DIBluetoothHapClientCallback.aidl29 oneway interface IBluetoothHapClientCallback { interface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java34 import android.bluetooth.IBluetoothHapClientCallback;
83 @VisibleForTesting RemoteCallbackList<IBluetoothHapClientCallback> mCallbacks;
156 mCallbacks = new RemoteCallbackList<IBluetoothHapClientCallback>(); in start()
1550 IBluetoothHapClientCallback callback, AttributionSource source) { in registerCallback()
1565 IBluetoothHapClientCallback callback, AttributionSource source) { in unregisterCallback()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp31 "android/bluetooth/IBluetoothHapClientCallback.aidl",
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java52 import android.bluetooth.IBluetoothHapClientCallback;
111 @Mock private IBluetoothHapClientCallback mCallback;
999 IBluetoothHapClientCallback callback = Mockito.mock(IBluetoothHapClientCallback.class); in testServiceBinderRegisterUnregisterCallback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java237 private final IBluetoothHapClientCallback mCallback =
238 new IBluetoothHapClientCallback.Stub() {