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:WaitVblank
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/hats/hdf/display/composer/benchmark/
H
A
D
display_benchmark_ut_test.cpp
49
int32_t
WaitVblank
(uint32_t ms);
96
int32_t VblankCtr::
WaitVblank
(uint32_t ms)
in WaitVblank()
function in __anon463::VblankCtr
121
VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_100); // wait for last vsync 100ms.
in TearDown()
150
ret = VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_1000); // 1000ms
in BENCHMARK_F()
151
ASSERT_TRUE(ret == DISPLAY_SUCCESS) << "
WaitVblank
timeout";
in BENCHMARK_F()
156
ret = VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_1000); // 1000ms
in BENCHMARK_F()
/test/xts/hats/hdf/display/composer/unittest_additional/
H
A
D
hdi_composer_ut.h
47
int32_t
WaitVblank
(uint32_t ms);
/test/xts/hats/hdf/display/composer/moduletest/
H
A
D
hdi_device_test.h
59
int32_t
WaitVblank
(uint32_t ms);
H
A
D
hdi_device_test.cpp
409
int32_t VblankCtr::
WaitVblank
(uint32_t ms)
in WaitVblank()
function in VblankCtr
587
ret = VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_2000); // 2000ms
in TEST_F()
588
ASSERT_TRUE(ret == DISPLAY_SUCCESS) << "
WaitVblank
timeout";
in TEST_F()
593
ret = VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_2000); // 2000ms
in TEST_F()
/test/xts/hats/hdf/display/composer/unittest/
H
A
D
hdi_composer_ut.h
49
int32_t
WaitVblank
(uint32_t ms);
H
A
D
hdi_composer_ut.cpp
233
int32_t VblankCtr::
WaitVblank
(uint32_t ms)
in WaitVblank()
function in VblankCtr
1088
ret = VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_100); // 100ms
in HWTEST_F()
1089
ASSERT_TRUE(ret == DISPLAY_SUCCESS) << "
WaitVblank
timeout";
in HWTEST_F()
1094
ret = VblankCtr::GetInstance().
WaitVblank
(SLEEP_CONT_100); // 100ms
in HWTEST_F()
Completed in 6 milliseconds