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:vsyncSampler
(Results
1 - 22
of
22
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H
A
D
vsync_sampler_test.cpp
33
static inline sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSyncSamplerTest
39
vsyncSampler
= CreateVSyncSampler();
in SetUpTestCase()
57
ASSERT_EQ(VSyncSamplerTest::
vsyncSampler
->GetHardwarePeriod(), 0);
in HWTEST_F()
69
ASSERT_EQ(VSyncSamplerTest::
vsyncSampler
->AddSample(0), true);
in HWTEST_F()
70
VSyncSamplerTest::
vsyncSampler
->Reset();
in HWTEST_F()
84
ret = VSyncSamplerTest::
vsyncSampler
->AddSample(i);
in HWTEST_F()
87
VSyncSamplerTest::
vsyncSampler
->Reset();
in HWTEST_F()
101
ret = VSyncSamplerTest::
vsyncSampler
->AddSample(i);
in HWTEST_F()
105
VSyncSamplerTest::
vsyncSampler
->BeginSample();
in HWTEST_F()
106
ASSERT_EQ(VSyncSamplerTest::
vsyncSampler
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_sample_test.cpp
31
sptr<VSyncSampler>
vsyncSampler
= CreateVSyncSampler();
member in OHOS::Rosen::VSyncSampleTest
57
vsyncSampler
->BeginSample();
in HWTEST_F()
59
bool keepSampling =
vsyncSampler
->AddSample(GetHardwareVsyncTimestamp(30));
in HWTEST_F()
64
int64_t period =
vsyncSampler
->GetPeriod();
in HWTEST_F()
78
vsyncSampler
->BeginSample();
in HWTEST_F()
80
bool keepSampling =
vsyncSampler
->AddSample(GetHardwareVsyncTimestamp(60));
in HWTEST_F()
85
int64_t period =
vsyncSampler
->GetPeriod();
in HWTEST_F()
99
vsyncSampler
->BeginSample();
in HWTEST_F()
101
bool keepSampling =
vsyncSampler
->AddSample(GetHardwareVsyncTimestamp(90));
in HWTEST_F()
106
int64_t period =
vsyncSampler
in HWTEST_F()
[all...]
H
A
D
vsync_callbackeveryframe_test.cpp
49
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::SetVsyncCallBackForEveryFrameTest
88
vsyncSampler
= CreateVSyncSampler();
in Process1()
92
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_test.cpp
50
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSyncTest
89
vsyncSampler
= CreateVSyncSampler();
in Process1()
93
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_multicallback_test.cpp
61
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSyncMultiCallbackTest
100
vsyncSampler
= CreateVSyncSampler();
in Process1()
104
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_setvsyncrate_test.cpp
51
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::SetVsyncRateTest
90
vsyncSampler
= CreateVSyncSampler();
in Process1()
94
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_120to30_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync120To30Test
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_ltpo_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSyncLTPOTest
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_90to30_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync90To30Test
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_90to60_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync90To60Test
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_30to120_test.cpp
75
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync30To120Test
138
vsyncSampler
= CreateVSyncSampler();
in Process1()
142
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_30to60_test.cpp
75
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync30To60Test
138
vsyncSampler
= CreateVSyncSampler();
in Process1()
142
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_30to90_test.cpp
75
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync30To90Test
138
vsyncSampler
= CreateVSyncSampler();
in Process1()
142
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_60to120_test.cpp
75
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync60To120Test
138
vsyncSampler
= CreateVSyncSampler();
in Process1()
142
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_90to120_test.cpp
75
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync90To120Test
138
vsyncSampler
= CreateVSyncSampler();
in Process1()
142
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_60to90_test.cpp
75
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync60To90Test
138
vsyncSampler
= CreateVSyncSampler();
in Process1()
142
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_60to30_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync60To30Test
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_120to90_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync120To90Test
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
H
A
D
vsync_120to60_test.cpp
68
sptr<VSyncSampler>
vsyncSampler
= nullptr;
member in OHOS::Rosen::VSync120To60Test
131
vsyncSampler
= CreateVSyncSampler();
in Process1()
135
vsyncSampler
->AddSample(timestamp);
in Process1()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncsampler_fuzzer/
H
A
D
vsyncsampler_fuzzer.cpp
65
sptr<Rosen::VSyncSampler>
vsyncSampler
= Rosen::CreateVSyncSampler();
in DoSomethingInterestingWithMyAPI()
local
66
vsyncSampler
->AddSample(timestamp);
in DoSomethingInterestingWithMyAPI()
67
vsyncSampler
->AddPresentFenceTime(timestamp);
in DoSomethingInterestingWithMyAPI()
68
vsyncSampler
->SetHardwareVSyncStatus(enabled);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_sampler.cpp
44
auto
vsyncSampler
= new VSyncSampler();
45
instance_ =
vsyncSampler
;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H
A
D
rs_screen_manager.cpp
688
auto
vsyncSampler
= CreateVSyncSampler();
in RegSetScreenVsyncEnabledCallbackForMainThread()
local
689
if (
vsyncSampler
== nullptr) {
in RegSetScreenVsyncEnabledCallbackForMainThread()
690
RS_LOGE("RegSetScreenVsyncEnabledCallbackForMainThread failed,
vsyncSampler
is null");
in RegSetScreenVsyncEnabledCallbackForMainThread()
693
vsyncSampler
->RegSetScreenVsyncEnabledCallback([this, vsyncEnabledScreenId](bool enabled) {
in RegSetScreenVsyncEnabledCallbackForMainThread()
714
auto
vsyncSampler
= CreateVSyncSampler();
in RegSetScreenVsyncEnabledCallbackForHardwareThread()
local
715
if (
vsyncSampler
== nullptr) {
in RegSetScreenVsyncEnabledCallbackForHardwareThread()
716
RS_LOGE("RegSetScreenVsyncEnabledCallbackForHardwareThread failed,
vsyncSampler
is null");
in RegSetScreenVsyncEnabledCallbackForHardwareThread()
719
vsyncSampler
->RegSetScreenVsyncEnabledCallback([this, vsyncEnabledScreenId](bool enabled) {
in RegSetScreenVsyncEnabledCallbackForHardwareThread()
Completed in 17 milliseconds