OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_increasing
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/common_time/
clock_recovery.cpp
349
bool
is_increasing
= (time_to_cur_slew_.a_to_b_numer > 0);
local
350
if (( needs_increase && !
is_increasing
) ||
351
(!needs_increase &&
is_increasing
)) {
Completed in 243 milliseconds