Lines Matching refs:AvrcpControl
34 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()
136 void AvrcpControl::ConnectionStateCallback(bool rc_connect, bool bt_connect, in ConnectionStateCallback()
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()
226 std::unique_ptr<AvrcpControl> hf_client(new AvrcpControl(uuid, control_id)); in RegisterInstance()