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()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 …]
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);