Searched refs:estimate (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
H A DVelocityTracker.java256 * Gets an estimate of the X position of the pointer at the specified time point.
261 return estimate(time, xCoeff);
265 * Gets an estimate of the Y position of the pointer at the specified time point.
270 return estimate(time, yCoeff);
291 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp75 status_t CommonClockService::getEstimatedError(int32_t* estimate) { argument
76 *estimate = mTimeServer.getEstimatedError();
H A Dcommon_clock_service.h43 virtual status_t getEstimatedError(int32_t* estimate);
/frameworks/av/include/common_time/
H A DICommonClock.h51 // a reserved invalid error estimate
81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
/frameworks/av/media/common_time/
H A DICommonClock.cpp154 virtual status_t getEstimatedError(int32_t* estimate) { argument
161 *estimate = reply.readInt32();
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp179 int32_t estimate = *it; local
180 if (minEstimate < 0 || minEstimate > estimate) {
181 minEstimate = estimate;
183 if (maxEstimate < 0 || maxEstimate < estimate) {
184 maxEstimate = estimate;
200 sprintf(dumpStr, "estimate bps=%d stable=%d history (n=%d): {",
1043 // At startup we really don't have a good estimate on the available
1297 // our estimate could be far off, and fetching old bandwidth could
2333 ALOGV("no bandwidth estimate.");

Completed in 90 milliseconds