Searched refs:ObserverProfile (Results 1 – 2 of 2) sorted by relevance
49 class ObserverProfile : public A2dpProfileObserver {57 explicit ObserverProfile(uint8_t role);64 ObserverProfile() in ObserverProfile() function72 ~ObserverProfile() override = default;629 ObserverProfile profileObserver_ {}; // Observer pointer of profile.
33 ObserverProfile::ObserverProfile(uint8_t role) in ObserverProfile() function in OHOS::bluetooth::ObserverProfile38 void ObserverProfile::OnConnectStateChanged(const BtAddr &addr, const int state, void *context) in OnConnectStateChanged()86 void ObserverProfile::ProcessA2dpHdfLoad(const int state) const in ProcessA2dpHdfLoad()113 int ObserverProfile::ProcessConnectStateMessage( in ProcessConnectStateMessage()164 void ObserverProfile::UpdateStateInformation(utility::Message &msg, int &state, in UpdateStateInformation()174 void ObserverProfile::OnAudioStateChanged(const BtAddr &addr, const int state, void *context) in OnAudioStateChanged()203 void ObserverProfile::OnCodecStateChanged(const BtAddr &addr, const A2dpSrcCodecStatus codecInfo, v… in OnCodecStateChanged()242 profileObserver_ = ObserverProfile(role); in A2dpService()