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

  /frameworks/base/services/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 55 int32_t CommonTimeServer::getEstimatedError() {
  /frameworks/av/include/common_time/
ICommonClock.h 81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
  /frameworks/av/media/common_time/
ICommonClock.cpp 154 virtual status_t getEstimatedError(int32_t* estimate) {
326 status_t status = getEstimatedError(&error);
  /frameworks/base/core/java/android/os/
CommonClock.java 43 * Sentinel value returned by {@link #getTime()} and {@link #getEstimatedError()} when the
56 * Sentinel value returned by {@link #getEstimatedError()} when the common time service is not
196 public int getEstimatedError()

Completed in 106 milliseconds