Home
last modified time | relevance | path

Searched refs:IBluetoothAvrcpControlCallback (Results 1 – 5 of 5) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc27 using android::bluetooth::IBluetoothAvrcpControlCallback;
43 const android::sp<IBluetoothAvrcpControlCallback>& callback, in Register()
170 auto avrcp_control_cb = static_cast<IBluetoothAvrcpControlCallback*>(cb); in OnConnectionState()
183 auto avrcp_control_cb = static_cast<IBluetoothAvrcpControlCallback*>(cb); in OnTrackChanged()
195 auto avrcp_control_cb = static_cast<IBluetoothAvrcpControlCallback*>(cb); in OnSetAbsVolumeRequest()
206 auto avrcp_control_cb = static_cast<IBluetoothAvrcpControlCallback*>(cb); in OnRegisterForAbsVolumeCallbackRequest()
228 android::sp<IBluetoothAvrcpControlCallback> cb( in OnRegisterInstanceImpl()
229 static_cast<IBluetoothAvrcpControlCallback*>(callback.get())); in OnRegisterInstanceImpl()
Dbluetooth_avrcp_control_binder_server.h47 const android::sp<::android::bluetooth::IBluetoothAvrcpControlCallback>&
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpControl.aidl19 import android.bluetooth.IBluetoothAvrcpControlCallback;
22 boolean Register(in IBluetoothAvrcpControlCallback callback); in Register()
DIBluetoothAvrcpControlCallback.aidl21 oneway interface IBluetoothAvrcpControlCallback { interface
/system/bt/service/common/
DAndroid.bp60 "android/bluetooth/IBluetoothAvrcpControlCallback.aidl",