Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControl.aidl21 import android.bluetooth.IBluetoothVolumeControlCallback;
75 …void registerCallback(in IBluetoothVolumeControlCallback callback, in AttributionSource attributio… in registerCallback()
77 …void unregisterCallback(in IBluetoothVolumeControlCallback callback, in AttributionSource attribut… in unregisterCallback()
79 …void notifyNewRegisteredCallback(in IBluetoothVolumeControlCallback callback, in AttributionSource… in notifyNewRegisteredCallback()
DIBluetoothVolumeControlCallback.aidl28 oneway interface IBluetoothVolumeControlCallback { interface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java31 import android.bluetooth.IBluetoothVolumeControlCallback;
88 @VisibleForTesting RemoteCallbackList<IBluetoothVolumeControlCallback> mCallbacks;
254 mCallbacks = new RemoteCallbackList<IBluetoothVolumeControlCallback>(); in start()
721 void notifyNewCallbackOfKnownVolumeInfo(IBluetoothVolumeControlCallback callback) { in notifyNewCallbackOfKnownVolumeInfo()
758 RemoteCallbackList<IBluetoothVolumeControlCallback> tempCallbackList = in notifyNewCallbackOfKnownVolumeInfo()
767 void registerCallback(IBluetoothVolumeControlCallback callback) { in registerCallback()
775 void notifyNewRegisteredCallback(IBluetoothVolumeControlCallback callback) { in notifyNewRegisteredCallback()
1241 RemoteCallbackList<IBluetoothVolumeControlCallback> callbacks, in notifyDevicesVolumeChanged()
1684 IBluetoothVolumeControlCallback callback, AttributionSource source) { in registerCallback()
1699 IBluetoothVolumeControlCallback callback, AttributionSource source) { in notifyNewRegisteredCallback()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java27 import android.bluetooth.IBluetoothVolumeControlCallback;
1055 IBluetoothVolumeControlCallback callback = in testServiceBinderRegisterUnregisterCallback()
1056 Mockito.mock(IBluetoothVolumeControlCallback.class); in testServiceBinderRegisterUnregisterCallback()
1123 IBluetoothVolumeControlCallback callback = in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected()
1124 Mockito.mock(IBluetoothVolumeControlCallback.class); in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected()
1198 IBluetoothVolumeControlCallback callback = in testServiceBinderRegisterVolumeChangedCallbackWhenDeviceAlreadyConnected()
1199 Mockito.mock(IBluetoothVolumeControlCallback.class); in testServiceBinderRegisterVolumeChangedCallbackWhenDeviceAlreadyConnected()
1250 IBluetoothVolumeControlCallback callback = in testServiceBinderTestNotifyNewRegisteredCallback()
1251 Mockito.mock(IBluetoothVolumeControlCallback.class); in testServiceBinderTestNotifyNewRegisteredCallback()
1259 IBluetoothVolumeControlCallback callback_new_client = in testServiceBinderTestNotifyNewRegisteredCallback()
[all …]
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp61 "android/bluetooth/IBluetoothVolumeControlCallback.aidl",
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothVolumeControl.java168 private final IBluetoothVolumeControlCallback mCallback =
171 private class VolumeControlNotifyCallback extends IBluetoothVolumeControlCallback.Stub {