Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dclock_recovery.h81 static const int64_t panic_thresh_; variable
Dclock_recovery.cpp100 const int64_t ClockRecoveryLoop::panic_thresh_ = 50000; member in android::ClockRecoveryLoop
240 int64_t effective_panic_thresh = panic_thresh_ + rtt; in pushDisciplineEvent()