Searched refs:AvrcpControl (Results 1 – 4 of 4) sorted by relevance
34 AvrcpControl::AvrcpControl(const Uuid& uuid, int control_id) in AvrcpControl() function in bluetooth::AvrcpControl39 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 …]
32 class AvrcpControl : public BluetoothInstance,54 ~AvrcpControl() override;87 AvrcpControl(const Uuid& uuid, int control_id);110 DISALLOW_COPY_AND_ASSIGN(AvrcpControl);
213 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()
40 public bluetooth::AvrcpControl::Delegate {81 std::shared_ptr<bluetooth::AvrcpControl> GetAvrcpControl(int id);