Home
last modified time | relevance | path

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

/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;
/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;
/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;
/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
201 impl_->OnPlaybackPosChanged(rawAddr, playbackPos, result);
652 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) in OnPlaybackPosChanged() function
660 observer->OnPlaybackPosChanged(rawAddr, in OnPlaybackPosChanged()
/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 result) const in OnPlaybackPosChanged() function in OHOS::bluetooth::AvrcpCtService
2082 myObserver_->OnPlaybackPosChanged(rawAddr, playbackPos, result); in OnPlaybackPosChanged()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp356 void OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) override
362 impl_->OnPlaybackPosChanged(device, static_cast<uint32_t>(playbackPos), static_cast<int>(result));
793 void OnPlaybackPosChanged(const BluetoothRemoteDevice &device, uint32_t playbackPos, int result) in OnPlaybackPosChanged() function
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp519 stub->OnPlaybackPosChanged(RawAddress(addr), playbackPos, result); in OnPlaybackPosChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp810 void BluetoothAvrcpCtObserverProxy::OnPlaybackPosChanged(const RawAddress &rawAddr, uint32_t playbackPos, int result) in OnPlaybackPosChanged() function in OHOS::Bluetooth::BluetoothAvrcpCtObserverProxy
814 HILOGE("[OnPlaybackPosChanged] fail: write interface token failed."); in OnPlaybackPosChanged()
819 HILOGE("[OnPlaybackPosChanged] fail: write result failed"); in OnPlaybackPosChanged()
824 HILOGE("[OnPlaybackPosChanged] fail: write result failed"); in OnPlaybackPosChanged()
829 HILOGE("[OnPlaybackPosChanged] fail: write result failed"); in OnPlaybackPosChanged()
838 HILOGE("BluetoothAvrcpCtObserverProxy::OnPlaybackPosChanged done fail, error: %{public}d", error); in OnPlaybackPosChanged()

Completed in 17 milliseconds