Home
last modified time | relevance | path

Searched refs:GetMediaCodecListAdapter (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp414 NWeb::MediaCodecListAdapter& ArkOhosAdapterHelperWrapper::GetMediaCodecListAdapter() in GetMediaCodecListAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
416 static ArkMediaCodecListAdapterWrapper instance(ctocpp_->GetMediaCodecListAdapter()); in GetMediaCodecListAdapter()
H A Dark_ohos_adapter_helper_wrapper.h103 NWeb::MediaCodecListAdapter& GetMediaCodecListAdapter() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h142 virtual MediaCodecListAdapter& GetMediaCodecListAdapter() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h103 ArkWebRefPtr<ArkMediaCodecListAdapter> GetMediaCodecListAdapter() override;
H A Dark_ohos_adapter_helper_impl.cpp340 ArkWebRefPtr<ArkMediaCodecListAdapter> ArkOhosAdapterHelperImpl::GetMediaCodecListAdapter() in GetMediaCodecListAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
342 static NWeb::MediaCodecListAdapter& instance = real_.GetMediaCodecListAdapter(); in GetMediaCodecListAdapter()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h179 virtual ArkWebRefPtr<ArkMediaCodecListAdapter> GetMediaCodecListAdapter() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h106 MediaCodecListAdapter& GetMediaCodecListAdapter() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp307 MediaCodecListAdapter& OhosAdapterHelperImpl::GetMediaCodecListAdapter() in GetMediaCodecListAdapter() function in OHOS::NWeb::OhosAdapterHelperImpl