Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/common_time/
Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { in getEstimatedError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java272 final Estimate estimate = mEnhancedEstimates.getEstimate(); in maybeShowBatteryWarning() local
530 void updateEstimate(Estimate estimate); in updateEstimate()
DPowerNotificationWarnings.java178 public void updateEstimate(Estimate estimate) { in updateEstimate()
/frameworks/base/core/java/android/view/
DVelocityTracker.java291 private float estimate(float time, float[] c) { in estimate() method in VelocityTracker.Estimator
/frameworks/av/media/common_time/
DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { in getEstimatedError()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp183 int32_t estimate = *it; in estimateBandwidth() local