Home
last modified time | relevance | path

Searched refs:OnPlaybackPosChanged (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct_observer.h67 …virtual void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_observer_proxy.h65 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp199 … void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) override in OnPlaybackPosChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::ObserverImpl
201 impl_->OnPlaybackPosChanged(rawAddr, playbackPos, result); in OnPlaybackPosChanged()
652 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) in OnPlaybackPosChanged() function
660 observer->OnPlaybackPosChanged(rawAddr, in OnPlaybackPosChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h503 …virtual void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h1454 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) const;
H A Davrcp_ct_service.cpp57 std::bind(&AvrcpCtService::OnPlaybackPosChanged, this, _1, _2, _3), in AvrcpCtService()
2076 void AvrcpCtService::OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int resu… in OnPlaybackPosChanged() function in OHOS::bluetooth::AvrcpCtService
2082 myObserver_->OnPlaybackPosChanged(rawAddr, playbackPos, result); in OnPlaybackPosChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp359 … void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) override in OnPlaybackPosChanged() function in OHOS::Bluetooth::AvrcpController::impl::ObserverImpl
365 … impl_->OnPlaybackPosChanged(device, static_cast<uint32_t>(playbackPos), static_cast<int>(result)); in OnPlaybackPosChanged()
796 void OnPlaybackPosChanged(const BluetoothRemoteDevice &device, uint32_t playbackPos, int result) in OnPlaybackPosChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp522 stub->OnPlaybackPosChanged(RawAddress(addr), playbackPos, result); in OnPlaybackPosChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp810 void BluetoothAvrcpCtObserverProxy::OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playba… in OnPlaybackPosChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy