Home
last modified time | relevance | path

Searched refs:ObserverProfile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h49 class ObserverProfile : public A2dpProfileObserver {
57 explicit ObserverProfile(uint8_t role);
64 ObserverProfile() in ObserverProfile() function
72 ~ObserverProfile() override = default;
629 ObserverProfile profileObserver_ {}; // Observer pointer of profile.
H A Da2dp_service.cpp33 ObserverProfile::ObserverProfile(uint8_t role) in ObserverProfile() function in OHOS::bluetooth::ObserverProfile
38 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()