Home
last modified time | relevance | path

Searched refs:OhosNativeBufferAdapterImpl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/ohos_native_buffer_adapter/src/
H A Dohos_native_buffer_adapter_impl.cpp26 OhosNativeBufferAdapter& OhosNativeBufferAdapterImpl::GetInstance() in GetInstance()
29 static OhosNativeBufferAdapterImpl instance; in GetInstance()
33 OhosNativeBufferAdapterImpl::OhosNativeBufferAdapterImpl() in OhosNativeBufferAdapterImpl() function in OHOS::NWeb::OhosNativeBufferAdapterImpl
38 OhosNativeBufferAdapterImpl::~OhosNativeBufferAdapterImpl() in ~OhosNativeBufferAdapterImpl()
43 void OhosNativeBufferAdapterImpl::AcquireBuffer(void* buffer) in AcquireBuffer()
53 void OhosNativeBufferAdapterImpl::Release(void* buffer) in Release()
66 int OhosNativeBufferAdapterImpl::GetEGLBuffer(void* buffer, void** eglBuffer) in GetEGLBuffer()
86 int OhosNativeBufferAdapterImpl::FreeEGLBuffer(void* eglBuffer) in FreeEGLBuffer()
98 int OhosNativeBufferAdapterImpl::NativeBufferFromNativeWindowBuffer(void* nativeWindowBuffer, void*… in NativeBufferFromNativeWindowBuffer()
114 uint32_t OhosNativeBufferAdapterImpl::GetSeqNum(void* nativeBuffer) in GetSeqNum()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/native_buffer_adapter_test/
H A Dnative_buffer_adapter_test.cpp74 …std::shared_ptr<OhosNativeBufferAdapterImpl> nativebufferAdapter = std::make_shared<OhosNativeBuff…
95 …std::shared_ptr<OhosNativeBufferAdapterImpl> nativebufferAdapter = std::make_shared<OhosNativeBuff…
116 …std::shared_ptr<OhosNativeBufferAdapterImpl> nativebufferAdapter = std::make_shared<OhosNativeBuff…
142 …std::shared_ptr<OhosNativeBufferAdapterImpl> nativebufferAdapter = std::make_shared<OhosNativeBuff…
165 …std::shared_ptr<OhosNativeBufferAdapterImpl> nativebufferAdapter = std::make_shared<OhosNativeBuff…
182 …std::shared_ptr<OhosNativeBufferAdapterImpl> nativebufferAdapter = std::make_shared<OhosNativeBuff…
/ohos5.0/base/web/webview/ohos_adapter/ohos_native_buffer_adapter/include/
H A Dohos_native_buffer_adapter_impl.h29 class OhosNativeBufferAdapterImpl : public OhosNativeBufferAdapter {
33 OhosNativeBufferAdapterImpl();
35 ~OhosNativeBufferAdapterImpl() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H A Dohos_adapter_helper_impl.cpp347 return OhosNativeBufferAdapterImpl::GetInstance(); in GetOhosNativeBufferAdapter()