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

  /frameworks/base/libs/common_time/
common_clock_service.h 43 virtual status_t getEstimatedError(int32_t* estimate);
common_clock_service.cpp 75 status_t CommonClockService::getEstimatedError(int32_t* estimate) {
76 *estimate = mTimeServer.getEstimatedError();
common_time_server.h 53 int32_t getEstimatedError();
common_time_server_api.cpp 57 int32_t CommonTimeServer::getEstimatedError() {
  /frameworks/av/include/common_time/
ICommonClock.h 81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
  /frameworks/base/core/java/android/os/
CommonClock.java 34 * 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()
  /frameworks/av/media/common_time/
ICommonClock.cpp 154 virtual status_t getEstimatedError(int32_t* estimate) {
326 status_t status = getEstimatedError(&error);

Completed in 163 milliseconds