HomeSort by relevance Sort by last modified time
    Searched refs:control_thresh_ (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/common_time/
clock_recovery.h 84 static const int64_t control_thresh_; member in class:android::ClockRecoveryLoop
clock_recovery.cpp 100 const int64_t ClockRecoveryLoop::control_thresh_ = 10000; member in class:android::ClockRecoveryLoop
225 if (current_point == min_rtt || rtt < control_thresh_) {

Completed in 6042 milliseconds