/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct_observer.h | 67 …virtual void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_avrcp_ct_observer_proxy.h | 65 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 199 … 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 D | interface_profile_avrcp_ct.h | 503 …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 D | avrcp_ct_service.h | 1454 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) const;
|
H A D | avrcp_ct_service.cpp | 57 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 D | bluetooth_avrcp_ct.cpp | 359 … 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 D | bluetooth_avrcp_ct_observer_stub.cpp | 522 stub->OnPlaybackPosChanged(RawAddress(addr), playbackPos, result); in OnPlaybackPosChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_proxy.cpp | 810 void BluetoothAvrcpCtObserverProxy::OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playba… in OnPlaybackPosChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
|