HomeSort by relevance Sort by last modified time
    Searched refs:totalDuration (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/libs/hwui/
JankTracker.cpp 112 int64_t totalDuration = frame.duration(sFrameStart, FrameInfoIndex::FrameCompleted);
121 LOG_ALWAYS_FATAL_IF(forgiveAmount >= totalDuration,
124 forgiveAmount, totalDuration);
125 totalDuration -= forgiveAmount;
129 LOG_ALWAYS_FATAL_IF(totalDuration <= 0, "Impossible totalDuration %" PRId64, totalDuration);
130 mData->reportFrame(totalDuration);
131 (*mGlobalData)->reportFrame(totalDuration);
138 if (totalDuration > mFrameInterval)
    [all...]
FrameInfo.h 142 inline int64_t totalDuration() const {
FrameInfoVisualizer.cpp 151 if (mFrameSource[fi].totalDuration() <= FRAME_THRESHOLD_NS) {
184 if (mFrameSource[fi].totalDuration() <= FRAME_THRESHOLD_NS) {
  /tools/loganalysis/src/com/android/loganalysis/parser/
BatteryDischargeStatsInfoParser.java 42 long totalDuration = 0;
69 totalDuration += duration;
96 item.setDischargeDuration(totalDuration);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
AudioTrackMonitor.java 110 long totalDuration = now - mStartMs;
116 .append(totalDuration - sampleDuration)
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
UiBenchmarkResult.java 130 double totalDuration = getMetricAtIndex(i, FrameMetrics.TOTAL_DURATION);
131 if (totalDuration >= 12) {
132 badFramesStats.addValue(totalDuration);
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyBrillopadForwarder.java 232 long totalDuration = monkeyLog.getTotalDuration();
233 if (stopUptime - startUptime < totalDuration - MonkeyBase.UPTIME_BUFFER) {
236 if (totalDuration >= mMonkeyTimeoutMs) {
MonkeyBase.java 699 long totalDuration = mMonkeyLog.getTotalDuration();
702 stopUptime - startUptime > totalDuration - UPTIME_BUFFER);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
RenderingJitter.java 230 long totalDuration = frameMetrics.getMetric(FrameMetrics.TOTAL_DURATION);
231 long jitter = Math.abs(totalDuration - mPreviousFrameTotal);
236 mTotalFrametimeMma = totalDuration;
243 mTotalFrametimeMma = add(mTotalFrametimeMma, totalDuration);
246 mPreviousFrameTotal = totalDuration;
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsIncidentTest.java 296 long totalDuration = t.getTotalDurationMs();
303 assertTrue(0 <= totalDuration);
307 if (totalDuration > 0) {
308 assertTrue(maxDuration <= totalDuration);
309 assertTrue("Duration " + duration + " is greater than totalDuration " + totalDuration,
310 duration <= totalDuration);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 367 int totalDuration = (int) (duration * totalDurationMultiplier);
368 float delayPoint = (delayMultiplier * duration) / totalDuration;
384 this, radiusReappear, fadeIn).setDuration(totalDuration);
RadialTextsView.java 314 int totalDuration = (int) (duration * totalDurationMultiplier);
315 float delayPoint = (delayMultiplier * duration) / totalDuration;
331 this, radiusReappear, fadeIn).setDuration(totalDuration);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java 217 long totalDuration = stopTime - mScanStartTime;
218 mTotalScanTime += totalDuration;
219 mMinScanTime = Math.min(totalDuration, mMinScanTime);
220 mMaxScanTime = Math.max(totalDuration, mMaxScanTime);
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 474 long totalDuration = now - mCameraGestureOnTimeMs;
482 long sensor1OnTime = (long) (totalDuration * (double) values[0]);
483 long sensor2OnTime = (long) (totalDuration * (double) values[1]);
499 if (DBG) Slog.d(TAG, String.format("totalDuration: %d, sensor1OnTime: %s, " +
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 98 deUint64 totalDuration;
108 deUint64 totalDuration;
118 deUint64 totalDuration;
130 deUint64 totalDuration;
141 deUint64 totalDuration;
151 deUint64 totalDuration;
161 deUint64 totalDuration;
171 deUint64 totalDuration;
182 deUint64 totalDuration;
194 deUint64 totalDuration;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 695 int totalDuration = 0;
699 totalDuration += duration;
702 mTotalDuration = totalDuration;
703 return totalDuration;
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 122 long totalDuration = 0;
126 totalDuration += list.get(i).getDuration();
128 assertEquals(totalDuration, s1.getTotalDuration());
132 assertEquals(totalDuration + 200, s1.getTotalDuration());
135 assertEquals(totalDuration + 200 + 100, s1.getTotalDuration());
ValueAnimatorTests.java 361 final long totalDuration = a1.getTotalDuration();
377 Thread.sleep(totalDuration / 2);
389 Thread.sleep(totalDuration);
411 // Time between pause and resume: totalDuration
412 long entireSpan = totalDuration * 2;
    [all...]
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
BatteryStatsDumpsysTest.java     [all...]
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 122 long totalDuration = 0;
172 totalDuration += duration;
187 writeTableHeader(decimalFormat.format(totalDuration), "num");
  /frameworks/base/core/java/android/widget/
OverScroller.java 806 final float totalDuration = (float) Math.sqrt(
808 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
810 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 806 final float totalDuration = (float) Math.sqrt(
808 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex));
810 mVelocity = (int) (- mDeceleration * totalDuration);
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 153 long totalDuration = set.getTotalDuration();
164 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS));
198 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS));
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 1693 milliseconds

1 2