Home
last modified time | relevance | path

Searched refs:getEstimatedError (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/common_time/
Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { in getEstimatedError() function in android::CommonClockService
76 *estimate = mTimeServer.getEstimatedError(); in getEstimatedError()
Dcommon_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
Dcommon_time_server.h53 int32_t getEstimatedError();
Dcommon_time_server_api.cpp57 int32_t CommonTimeServer::getEstimatedError() { in getEstimatedError() function in android::CommonTimeServer
/frameworks/av/include/common_time/
DICommonClock.h81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
/frameworks/av/media/common_time/
DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { in getEstimatedError() function in android::BpCommonClock
326 status_t status = getEstimatedError(&error); in onTransact()
/frameworks/base/core/java/android/os/
DCommonClock.java187 public int getEstimatedError() in getEstimatedError() method in CommonClock