Home
last modified time | relevance | path

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

/frameworks/base/services/common_time/
Dclock_recovery.cpp102 const float ClockRecoveryLoop::COmax = 100.0f; member in android::ClockRecoveryLoop
268 else if (CO > COmax) in pushDisciplineEvent()
269 CO = COmax; in pushDisciplineEvent()
Dclock_recovery.h131 static const float COmax; variable