Home
last modified time | relevance | path

Searched refs:control_thresh_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/common_time/
Dclock_recovery.h85 static const int64_t control_thresh_; variable
Dclock_recovery.cpp101 const int64_t ClockRecoveryLoop::control_thresh_ = 10000; member in android::ClockRecoveryLoop
226 if (current_point == min_rtt || rtt < control_thresh_) { in pushDisciplineEvent()