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:pendingPeriod_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_sampler.cpp
236
pendingPeriod_
= period_;
in UpdateModeLocked()
347
if (!modeUpdated_ &&
pendingPeriod_
!= 0) {
in GetHardwarePeriod()
348
period =
pendingPeriod_
;
in GetHardwarePeriod()
359
pendingPeriod_
= period;
in SetPendingPeriod()
H
A
D
vsync_generator.cpp
828
startRefresh_,
pendingPeriod_
);
in CalculateReferenceTimeOffsetPulseNumLocked()
839
if ((
pendingPeriod_
<= 0 && targetPeriod_ <= 0) || pulse_ == 0) {
in CheckAndUpdateReferenceTime()
841
VLOGE("[%{public}s] Failed,
pendingPeriod_
:" VPUBI64 ", targetPeriod_:" VPUBI64 ", pulse_:" VPUBI64,
in CheckAndUpdateReferenceTime()
842
__func__,
pendingPeriod_
, targetPeriod_, pulse_);
in CheckAndUpdateReferenceTime()
848
if (((abs(hardwareVsyncInterval -
pendingPeriod_
) < PERIOD_CHECK_THRESHOLD) &&
in CheckAndUpdateReferenceTime()
857
uint32_t pendingPeriodRefreshRate = CalculateRefreshRate(
pendingPeriod_
);
in CheckAndUpdateReferenceTime()
866
UpdatePeriodLocked(
pendingPeriod_
);
in CheckAndUpdateReferenceTime()
871
pendingPeriod_
= 0;
in CheckAndUpdateReferenceTime()
944
pendingPeriod_
= period;
in SetPendingMode()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_sampler.h
113
int64_t
pendingPeriod_
= 0;
variable
H
A
D
vsync_generator.h
196
int64_t
pendingPeriod_
= 0;
member in OHOS::Rosen::impl::VSyncGenerator
Completed in 4 milliseconds