Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pSurface
(Results
1 - 12
of
12
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_window_adapter_impl.cpp
24
void* ArkWindowAdapterImpl::CreateNativeWindowFromSurface(void*
pSurface
)
in CreateNativeWindowFromSurface()
argument
26
return real_.CreateNativeWindowFromSurface(
pSurface
);
in CreateNativeWindowFromSurface()
H
A
D
ark_window_adapter_impl.h
29
void* CreateNativeWindowFromSurface(void*
pSurface
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_window_adapter_wrapper.cpp
22
ArkWebNativeWindow ArkWindowAdapterWrapper::CreateNativeWindowFromSurface(void*
pSurface
)
in CreateNativeWindowFromSurface()
argument
27
return ctocpp_->CreateNativeWindowFromSurface(
pSurface
);
in CreateNativeWindowFromSurface()
H
A
D
ark_window_adapter_wrapper.h
31
ArkWebNativeWindow CreateNativeWindowFromSurface(void*
pSurface
) override;
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H
A
D
window_adapter_impl_test.cpp
34
auto
pSurface
= Surface::CreateSurfaceAsProducer(producer);
in HWTEST()
local
35
auto window = OhosAdapterHelper::GetInstance().GetWindowAdapterInstance().CreateNativeWindowFromSurface(&
pSurface
);
in HWTEST()
H
A
D
surface_adapter_impl_test.cpp
223
sptr<Surface>
pSurface
= Surface::CreateSurfaceAsProducer(producer);
in HWTEST_F()
local
224
ASSERT_NE(
pSurface
, nullptr);
in HWTEST_F()
231
EXPECT_EQ(
pSurface
->RequestBuffer(buffer, fence, requestConfig), OHOS::GSERROR_OK);
in HWTEST_F()
233
EXPECT_EQ(
pSurface
->FlushBuffer(buffer, fence, flushConfig_), OHOS::GSERROR_OK);
in HWTEST_F()
275
sptr<Surface>
pSurface
= Surface::CreateSurfaceAsProducer(producer);
in HWTEST_F()
local
276
ASSERT_NE(
pSurface
, nullptr);
in HWTEST_F()
277
auto adapter = std::make_unique<ProducerSurfaceAdapterImpl>(
pSurface
);
in HWTEST_F()
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
window_adapter_impl.cpp
33
NWebNativeWindow WindowAdapterImpl::CreateNativeWindowFromSurface(void*
pSurface
)
in CreateNativeWindowFromSurface()
argument
35
OHNativeWindow* window = ::CreateNativeWindowFromSurface(
pSurface
);
in CreateNativeWindowFromSurface()
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
window_adapter_impl.h
28
NWebNativeWindow CreateNativeWindowFromSurface(void*
pSurface
) override;
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
player_framework_adapter_impl.cpp
221
sptr<Surface>
pSurface
= Surface::CreateSurfaceAsProducer(producer);
in SetVideoSurface()
local
222
return player_->SetVideoSurface(
pSurface
);
in SetVideoSurface()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_graphic_adapter.h
151
virtual void* CreateNativeWindowFromSurface(void*
pSurface
) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
graphic_adapter.h
223
virtual NWebNativeWindow CreateNativeWindowFromSurface(void*
pSurface
) = 0;
/base/web/webview/ohos_adapter/camera_adapter/src/
H
A
D
camera_manager_adapter_impl.cpp
418
sptr<Surface>
pSurface
= Surface::CreateSurfaceAsProducer(bp);
in InitPreviewOutput()
local
419
previewOutput_ = cameraManager_->CreatePreviewOutput(previewproFile,
pSurface
);
in InitPreviewOutput()
Completed in 6 milliseconds