Home
last modified time | relevance | path

Searched refs:kErrorEstimateUnknown (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/include/common_time/
DICommonClock.h52 static const int32_t kErrorEstimateUnknown; variable
/frameworks/base/libs/common_time/
Dclock_recovery.cpp304 return ICommonClock::kErrorEstimateUnknown; in getLastErrorEstimate()
Dcommon_time_server_api.cpp64 return ICommonClock::kErrorEstimateUnknown; in getEstimatedError()
/frameworks/av/media/common_time/
DICommonClock.cpp46 const int32_t ICommonClock::kErrorEstimateUnknown = 0x7FFFFFFF; member in android::ICommonClock