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

  /frameworks/base/services/common_time/
clock_recovery.h 131 static const float COmax;
clock_recovery.cpp 102 const float ClockRecoveryLoop::COmax = 100.0f;
268 else if (CO > COmax)
269 CO = COmax;

Completed in 42 milliseconds