Home
last modified time | relevance | path

Searched refs:OnGetMediaPlayers (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h76 virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h74 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h395 …virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<A…
H A Dinterface_profile_avrcp_ct.h373 virtual void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp150 …void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpIte… in OnGetMediaPlayers() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
153 impl_->OnGetMediaPlayers(rawAddr, uidCounter, items, result, detail); in OnGetMediaPlayers()
510 void OnGetMediaPlayers( in OnGetMediaPlayers() function
523 observer->OnGetMediaPlayers(rawAddr, in OnGetMediaPlayers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h266 void OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter,
762 …void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, const std::vector<AvrcMpIte…
H A Davrcp_tg_service.cpp202 void AvrcpTgService::ObserverImpl::OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter, in OnGetMediaPlayers() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
222 service->OnGetMediaPlayers(rawAddr, uidCounter, mpItems, label, status); in OnGetMediaPlayers()
1826 void AvrcpTgService::OnGetMediaPlayers( in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h109 virtual void OnGetMediaPlayers(const std::string &addr, uint16_t uidCounter,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp230 void OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounter, in OnGetMediaPlayers() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
250 impl_->OnGetMediaPlayers( in OnGetMediaPlayers()
646 void OnGetMediaPlayers(const BluetoothRemoteDevice &device, uint16_t uidCounter, in OnGetMediaPlayers() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp627 stub->OnGetMediaPlayers(RawAddress(addr), uidCounter, items, result, detail); in OnGetMediaPlayersInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp1051 void BluetoothAvrcpCtObserverProxy::OnGetMediaPlayers(const RawAddress &rawAddr, uint16_t uidCounte… in OnGetMediaPlayers() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp1741 myObserver_->OnGetMediaPlayers(rawAddr, uidCounter, mpItems, result, detail); in OnGetFolderItems()