Home
last modified time | relevance | path

Searched refs:OnGetPlayStatus (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h55 virtual void OnGetPlayStatus(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h52 void OnGetPlayStatus(const RawAddress &rawAddr,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h315 …virtual void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition,
H A Dinterface_profile_avrcp_ct.h282 virtual void OnGetPlayStatus(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp129 …void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_… in OnGetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
132 impl_->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, result); in OnGetPlayStatus()
478 void OnGetPlayStatus( in OnGetPlayStatus() function
488 observer->OnGetPlayStatus(rawAddr, in OnGetPlayStatus()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_service.h191 …void OnGetPlayStatus(const std::string &addr, uint32_t songLength, uint32_t songPosition, uint8_t …
679 …void OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songPosition, uint8_…
H A Davrcp_tg_service.cpp157 void AvrcpTgService::ObserverImpl::OnGetPlayStatus(const std::string &addr, uint32_t songLength, ui… in OnGetPlayStatus() function in OHOS::bluetooth::AvrcpTgService::ObserverImpl
165 service->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, label, context); in OnGetPlayStatus()
1613 void AvrcpTgService::OnGetPlayStatus(const RawAddress &rawAddr, uint32_t songLength, uint32_t songP… in GetPlayStatus() function in OHOS::bluetooth::AvrcpTgService
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h100 … virtual void OnGetPlayStatus(const std::string &addr, uint32_t songLength, uint32_t songPosition,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1122 void OnGetPlayStatus(
H A Davrcp_ct_service.cpp43 std::bind(&AvrcpCtService::OnGetPlayStatus, this, _1, _2, _3, _4, _5), in AvrcpCtService()
1400 void AvrcpCtService::OnGetPlayStatus( in OnGetPlayStatus() function in OHOS::bluetooth::AvrcpCtService
1407 myObserver_->OnGetPlayStatus(rawAddr, songLength, songPosition, playStatus, result); in OnGetPlayStatus()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp203 void OnGetPlayStatus(const RawAddress &rawAddr, in OnGetPlayStatus() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
210 impl_->OnGetPlayStatus(device, in OnGetPlayStatus()
619 void OnGetPlayStatus( in OnGetPlayStatus() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp403 stub->OnGetPlayStatus(RawAddress(addr), songLength, songPosition, playStatus, result); in OnGetPlayStatusInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp489 void BluetoothAvrcpCtObserverProxy::OnGetPlayStatus(const RawAddress &rawAddr, in OnGetPlayStatus() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy