Home
last modified time | relevance | path

Searched defs:surface_id (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_aafwk_browser_client_adapter_wrapper.cpp26 void* ArkAafwkBrowserClientAdapterWrapper::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
37 void ArkAafwkBrowserClientAdapterWrapper::PassSurface(int64_t surface_id) in PassSurface()
42 void ArkAafwkBrowserClientAdapterWrapper::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
H A Dark_aafwk_browser_host_adapter_impl.cpp24 void* ArkAafwkBrowserHostAdapterImpl::GetSurfaceFromKernel(int32_t surface_id) in GetSurfaceFromKernel()
29 void ArkAafwkBrowserHostAdapterImpl::DestroySurfaceFromKernel(int32_t surface_id) in DestroySurfaceFromKernel()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_aafwk_browser_client_adapter_impl.cpp24 void* ArkAafwkBrowserClientAdapterImpl::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
34 void ArkAafwkBrowserClientAdapterImpl::PassSurface(int64_t surface_id) in PassSurface()
39 void ArkAafwkBrowserClientAdapterImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
H A Dark_aafwk_browser_host_adapter_wrapper.cpp24 void* ArkAafwkBrowserHostAdapterWrapper::GetSurfaceFromKernel(int32_t surface_id) in GetSurfaceFromKernel()
29 void ArkAafwkBrowserHostAdapterWrapper::DestroySurfaceFromKernel(int32_t surface_id) in DestroySurfaceFromKernel()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/
H A Daafwkbrowserclientadapter_fuzzer.cpp50 sptr<IRemoteObject> MockBrowserClient::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
64 void MockBrowserClient::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface()
70 void MockBrowserClient::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
79 int32_t surface_id = 0; in AafwkBrowserClientAdapterFuzzTest() local
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_client_adapter_impl.cpp42 sptr<IRemoteObject> BrowserClient::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
92 void BrowserClient::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface()
119 void BrowserClient::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
150 void* AafwkBrowserClientAdapterImpl::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
182 void AafwkBrowserClientAdapterImpl::PassSurface(int64_t surface_id) in PassSurface()
202 void AafwkBrowserClientAdapterImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
H A Daafwk_browser_host_impl.cpp77 int surface_id = data.ReadInt32(); in HandleQueryRenderSurface() local
108 int64_t surface_id = data.ReadInt64(); in HandlePassSurface() local
115 int32_t surface_id = data.ReadInt32(); in HandleDestroyRenderSurface() local
123 sptr<IRemoteObject> AafwkBrowserHostImpl::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
149 void AafwkBrowserHostImpl::PassSurface(sptr<Surface> surface, int64_t surface_id) in PassSurface()
161 void AafwkBrowserHostImpl::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp107 sptr<IRemoteObject> MockBrowserClient::QueryRenderSurface(int32_t surface_id) in QueryRenderSurface()
127 void MockBrowserClient::DestroyRenderSurface(int32_t surface_id) in DestroyRenderSurface()
447 int32_t surface_id = 0; variable
495 int64_t surface_id = 0; variable
510 int32_t surface_id = 0; variable
531 int32_t surface_id = 0; variable
572 int64_t surface_id = 0; variable
590 int32_t surface_id = 0; variable
698 int32_t surface_id = 0; variable
732 int64_t surface_id = 0; variable
[all …]
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserhost_fuzzer/
H A Daafwkbrowserhost_fuzzer.cpp39 int32_t surface_id = 0; in AafwkBrowserHostFuzzTest() local