Searched refs:AvrcpTarget (Results 1 – 4 of 4) sorted by relevance
98 const int AvrcpTarget::kSingletonInstanceId = 0;100 AvrcpTarget::AvrcpTarget(const Uuid& uuid) : app_identifier_(uuid) { in AvrcpTarget() function in bluetooth::AvrcpTarget104 AvrcpTarget::~AvrcpTarget() { in ~AvrcpTarget()108 const Uuid& AvrcpTarget::GetAppIdentifier() const { return app_identifier_; } in GetAppIdentifier()110 int AvrcpTarget::GetInstanceId() const { return kSingletonInstanceId; } in GetInstanceId()112 void AvrcpTarget::SetDelegate(Delegate* delegate) { in SetDelegate()117 bool AvrcpTarget::Enable() { in Enable()122 void AvrcpTarget::Disable() { in Disable()127 bool AvrcpTarget::GetPlayStatusResponse(const std::string& str_addr, in GetPlayStatusResponse()139 bool AvrcpTarget::ListPlayerAppAttrResponse(const std::string& str_addr, in ListPlayerAppAttrResponse()[all …]
36 class AvrcpTarget : public BluetoothInstance,73 ~AvrcpTarget() override;117 AvrcpTarget(const Uuid& uuid);155 DISALLOW_COPY_AND_ASSIGN(AvrcpTarget);
312 auto cb = GetCallback(bluetooth::AvrcpTarget::kSingletonInstanceId); in GetAvrcpTargetCallback()317 std::shared_ptr<bluetooth::AvrcpTarget>319 return std::static_pointer_cast<bluetooth::AvrcpTarget>( in GetAvrcpTarget()320 GetInstance(bluetooth::AvrcpTarget::kSingletonInstanceId)); in GetAvrcpTarget()329 bluetooth::AvrcpTarget* avrcp_target = in OnRegisterInstanceImpl()330 static_cast<bluetooth::AvrcpTarget*>(instance); in OnRegisterInstanceImpl()
41 public bluetooth::AvrcpTarget::Delegate {123 std::shared_ptr<bluetooth::AvrcpTarget> GetAvrcpTarget();