Home
last modified time | relevance | path

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

/system/bt/service/
Davrcp_control.cc34 AvrcpControl::AvrcpControl(const Uuid& uuid, int control_id) in AvrcpControl() function in bluetooth::AvrcpControl
39 AvrcpControl::~AvrcpControl() { in ~AvrcpControl()
43 const Uuid& AvrcpControl::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()
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()
62 bool AvrcpControl::SendPassThroughCommand(const std::string& device_address, in SendPassThroughCommand()
86 bool AvrcpControl::SetAbsVolumeResponse(const std::string& device_address, in SetAbsVolumeResponse()
109 bool AvrcpControl::RegisterForAbsVolumeCallbackResponse( in RegisterForAbsVolumeCallbackResponse()
[all …]
Davrcp_control.h32 class AvrcpControl : public BluetoothInstance,
54 ~AvrcpControl() override;
87 AvrcpControl(const Uuid& uuid, int control_id);
110 DISALLOW_COPY_AND_ASSIGN(AvrcpControl);
/system/bt/service/ipc/binder/
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()
Dbluetooth_avrcp_control_binder_server.h40 public bluetooth::AvrcpControl::Delegate {
81 std::shared_ptr<bluetooth::AvrcpControl> GetAvrcpControl(int id);