Home
last modified time | relevance | path

Searched refs:ArkPlayerAdapterImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_player_adapter_impl.cpp25 ArkPlayerAdapterImpl::ArkPlayerAdapterImpl(std::shared_ptr<OHOS::NWeb::PlayerAdapter> ref) : real_(… in ArkPlayerAdapterImpl() function in OHOS::ArkWeb::ArkPlayerAdapterImpl
36 int32_t ArkPlayerAdapterImpl::SetSource(const ArkWebString& url) in SetSource()
42 int32_t ArkPlayerAdapterImpl::SetSource(int32_t fd, int64_t offset, int64_t size) in SetSource()
53 int32_t ArkPlayerAdapterImpl::SetVolume(float leftVolume, float rightVolume) in SetVolume()
58 int32_t ArkPlayerAdapterImpl::Seek(int32_t mSeconds, int32_t mode) in Seek()
63 int32_t ArkPlayerAdapterImpl::Play() in Play()
68 int32_t ArkPlayerAdapterImpl::Pause() in Pause()
73 int32_t ArkPlayerAdapterImpl::PrepareAsync() in PrepareAsync()
78 int32_t ArkPlayerAdapterImpl::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
83 int32_t ArkPlayerAdapterImpl::GetDuration(int32_t& duration) in GetDuration()
[all …]
H A Dark_player_adapter_impl.h25 class ArkPlayerAdapterImpl : public ArkPlayerAdapter {
27 explicit ArkPlayerAdapterImpl(std::shared_ptr<OHOS::NWeb::PlayerAdapter>);
56 IMPLEMENT_REFCOUNTING(ArkPlayerAdapterImpl);
H A Dark_ohos_adapter_helper_impl.cpp274 return new ArkPlayerAdapterImpl(shared); in CreatePlayerAdapter()