Searched defs:getEstimatedError (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { function in class:android::CommonClockService
76 *estimate = mTimeServer.getEstimatedError();
H A Dcommon_time_server_api.cpp57 int32_t CommonTimeServer::getEstimatedError() { function in class:android::CommonTimeServer
/frameworks/av/media/common_time/
H A DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { function in class:android::BpCommonClock
326 status_t status = getEstimatedError(&error);
/frameworks/base/core/java/android/os/
H A DCommonClock.java34 * Sentinel value returned by {@link #getTime()} and {@link #getEstimatedError()} when the
47 * Sentinel value returned by {@link #getEstimatedError()} when the common time service is not
187 public int getEstimatedError() method in class:CommonClock

Completed in 673 milliseconds