Home
last modified time | relevance | path

Searched refs:AvrcpControl (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/
H A Davrcp_control.cc34 AvrcpControl::AvrcpControl(const Uuid& uuid, int control_id) in AvrcpControl() function in bluetooth::AvrcpControl
39 AvrcpControl::~AvrcpControl() { in ~AvrcpControl()
45 int AvrcpControl::GetInstanceId() const { return control_id_; } in GetInstanceId()
47 void AvrcpControl::SetDelegate(Delegate* delegate) { in SetDelegate()
52 bool AvrcpControl::Enable() { in Enable()
57 void AvrcpControl::Disable() { in Disable()
109 bool AvrcpControl::RegisterForAbsVolumeCallbackResponse( in RegisterForAbsVolumeCallbackResponse()
144 void AvrcpControl::CtrlSetabsvolCmdCallback(const RawAddress& bd_addr, in CtrlSetabsvolCmdCallback()
152 void AvrcpControl::CtrlRegisternotificationAbsVolCallback( in CtrlRegisternotificationAbsVolCallback()
160 void AvrcpControl::CtrlTrackChangedCallback(const RawAddress& bd_addr, in CtrlTrackChangedCallback()
[all …]
H A Davrcp_control.h32 class AvrcpControl : public BluetoothInstance,
54 ~AvrcpControl() override;
87 AvrcpControl(const Uuid& uuid, int control_id);
110 DISALLOW_COPY_AND_ASSIGN(AvrcpControl);
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_control_binder_server.cc213 std::shared_ptr<bluetooth::AvrcpControl>
215 return std::static_pointer_cast<bluetooth::AvrcpControl>(GetInstance(id)); in GetAvrcpControl()
224 bluetooth::AvrcpControl* avrcp_control = in OnRegisterInstanceImpl()
225 static_cast<bluetooth::AvrcpControl*>(instance); in OnRegisterInstanceImpl()
H A Dbluetooth_avrcp_control_binder_server.h40 public bluetooth::AvrcpControl::Delegate {
81 std::shared_ptr<bluetooth::AvrcpControl> GetAvrcpControl(int id);