Home
last modified time | relevance | path

Searched refs:IProfileAvrcpTg (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.cpp54 IProfileAvrcpTg *service = GetService(); in OnSetAddressedPlayer()
67 IProfileAvrcpTg *service = GetService(); in OnSetBrowsedPlayer()
79 IProfileAvrcpTg *service = GetService(); in OnGetPlayerAppSettingAttributes()
91 IProfileAvrcpTg *service = GetService(); in OnGetPlayerAppSettingValues()
103 IProfileAvrcpTg *service = GetService(); in OnGetPlayerAppSettingCurrentValue()
114 IProfileAvrcpTg *service = GetService(); in OnSetPlayerAppSettingCurrentValue()
126 IProfileAvrcpTg *service = GetService(); in OnGetPlayerAppSettingAttributeText()
138 IProfileAvrcpTg *service = GetService(); in OnGetPlayerAppSettingValueText()
150 IProfileAvrcpTg *service = GetService(); in OnGetElementAttributes()
162 IProfileAvrcpTg *servic in OnGetPlayStatus()
[all...]
H A Davrcp_tg_service.h51 class AvrcpTgService : public IProfileAvrcpTg, public utility::Context {
340 IProfileAvrcpTg *GetService(void);
362 IProfileAvrcpTg *GetService(void);
387 IProfileAvrcpTg *GetService(void);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp47 class ObserverImpl : public IProfileAvrcpTg::IObserver {
66 service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in impl()
81 service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in ~impl()
97 service_ = static_cast<IProfileAvrcpTg *>(servManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in IsEnabled()
111 service_ = static_cast<IProfileAvrcpTg *>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG)); in OnSystemStateChange()
142 IProfileAvrcpTg *service_;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h40 class IProfileAvrcpTg : public IProfile { class
43 * @brief This abstract class declares a set of methods for observing the class of the <b>IProfileAvrcpTg</b>.
50 * @brief A constructor used to create an <b>IProfileAvrcpTg::IObserver</b> instance.
57 * @brief A destructor used to delete the <b>IProfileAvrcpTg::IObserver</b> instance.

Completed in 6 milliseconds