Searched refs:needs_increase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/common_time/
H A Dclock_recovery.cpp348 bool needs_increase = (cur_correction_ < tgt_correction_); local
350 if (( needs_increase && !is_increasing) ||
351 (!needs_increase && is_increasing)) {

Completed in 42 milliseconds