Searched refs:getEstimatedError (Results 1 - 7 of 7) 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_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
H A Dcommon_time_server.h53 int32_t getEstimatedError();
H A Dcommon_time_server_api.cpp57 int32_t CommonTimeServer::getEstimatedError() { function in class:android::CommonTimeServer
/frameworks/av/include/common_time/
H A DICommonClock.h81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
/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
/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);

Completed in 52 milliseconds