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

  /frameworks/base/libs/common_time/
clock_recovery.h 85 static const int64_t control_thresh_; member in class:android::ClockRecoveryLoop
clock_recovery.cpp 101 const int64_t ClockRecoveryLoop::control_thresh_ = 10000; member in class:android::ClockRecoveryLoop
226 if (current_point == min_rtt || rtt < control_thresh_) {

Completed in 942 milliseconds