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:VSyncAdapterImpl
(Results
1 - 6
of
6
) sorted by relevance
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
vsync_adapter_impl.cpp
37
void (*
VSyncAdapterImpl
::callback_)() = nullptr;
38
void (*
VSyncAdapterImpl
::onVsyncEndCallback_)() = nullptr;
40
VSyncAdapterImpl
::~
VSyncAdapterImpl
()
in ~VSyncAdapterImpl()
55
VSyncAdapterImpl
&
VSyncAdapterImpl
::GetInstance()
in GetInstance()
57
static
VSyncAdapterImpl
instance;
in GetInstance()
61
VSyncErrorCode
VSyncAdapterImpl
::Init()
in Init()
87
VSyncErrorCode
VSyncAdapterImpl
::RequestVsync(void* data, NWebVSyncCb cb)
in RequestVsync()
126
void
VSyncAdapterImpl
[all...]
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
vsync_adapter_impl.h
28
class
VSyncAdapterImpl
: public VSyncAdapter {
class
30
VSyncAdapterImpl
() = default;
31
~
VSyncAdapterImpl
() override;
32
VSyncAdapterImpl
(const
VSyncAdapterImpl
&) = delete;
33
VSyncAdapterImpl
& operator=(const
VSyncAdapterImpl
&) = delete;
35
static
VSyncAdapterImpl
& GetInstance();
/base/web/webview/test/fuzztest/ohos_adapter/graphic_adapter/vsyncadapter_fuzzer/
H
A
D
vsyncadapter_fuzzer.cpp
31
VSyncAdapterImpl
& adapter =
VSyncAdapterImpl
::GetInstance();
in CameraManagerAdapterFuzzTest()
35
VSyncAdapterImpl
vsyncAdapter;
in CameraManagerAdapterFuzzTest()
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H
A
D
graphic_adapter_test.cpp
62
VSyncAdapterImpl
&adapter =
VSyncAdapterImpl
::GetInstance();
in HWTEST_F()
66
VSyncAdapterImpl
vsyncAdapter;
in HWTEST_F()
/base/web/webview/ohos_adapter/aafwk_adapter/src/
H
A
D
aafwk_render_scheduler_impl.cpp
44
VSyncAdapterImpl
::GetInstance().SetIsGPUProcess(true);
in NotifyBrowserFd()
/base/web/webview/ohos_adapter/ohos_adapter_helper/src/
H
A
D
ohos_adapter_helper_impl.cpp
183
return
VSyncAdapterImpl
::GetInstance();
in GetVSyncAdapter()
Completed in 2 milliseconds