Home
last modified time | relevance | path

Searched refs:CreateConsumerSurfaceAdapter (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/playerframeworkadapterimpl_fuzzer/
H A Dplayerframeworkadapterimpl_fuzzer.cpp73 auto surfaceAdapter = NWeb::OhosAdapterHelper::GetInstance().CreateConsumerSurfaceAdapter(); in PlayerFrameworkAdapterImpl_fuzzerFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_adapter_helper_wrapper.cpp307 …ique_ptr<NWeb::IConsumerSurfaceAdapter> ArkOhosAdapterHelperWrapper::CreateConsumerSurfaceAdapter() in CreateConsumerSurfaceAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperWrapper
309 ArkWebRefPtr<ArkIConsumerSurfaceAdapter> adapter = ctocpp_->CreateConsumerSurfaceAdapter(); in CreateConsumerSurfaceAdapter()
H A Dark_ohos_adapter_helper_wrapper.h79 std::unique_ptr<NWeb::IConsumerSurfaceAdapter> CreateConsumerSurfaceAdapter() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_adapter_helper.h118 virtual std::unique_ptr<IConsumerSurfaceAdapter> CreateConsumerSurfaceAdapter() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_adapter_helper_impl.h79 ArkWebRefPtr<ArkIConsumerSurfaceAdapter> CreateConsumerSurfaceAdapter() override;
H A Dark_ohos_adapter_helper_impl.cpp263 ArkWebRefPtr<ArkIConsumerSurfaceAdapter> ArkOhosAdapterHelperImpl::CreateConsumerSurfaceAdapter() in CreateConsumerSurfaceAdapter() function in OHOS::ArkWeb::ArkOhosAdapterHelperImpl
265 std::unique_ptr<NWeb::IConsumerSurfaceAdapter> adapter = real_.CreateConsumerSurfaceAdapter(); in CreateConsumerSurfaceAdapter()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_adapter_helper.h143 virtual ArkWebRefPtr<ArkIConsumerSurfaceAdapter> CreateConsumerSurfaceAdapter() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/include/
H A Dohos_adapter_helper_impl.h82 std::unique_ptr<IConsumerSurfaceAdapter> CreateConsumerSurfaceAdapter() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp231 std::unique_ptr<IConsumerSurfaceAdapter> OhosAdapterHelperImpl::CreateConsumerSurfaceAdapter() in CreateConsumerSurfaceAdapter() function in OHOS::NWeb::OhosAdapterHelperImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dplayer_framework_adapter_impl_test.cpp100 auto surfaceAdapter = OhosAdapterHelper::GetInstance().CreateConsumerSurfaceAdapter();