Searched defs:startTime (Results 26 - 50 of 60) sorted by relevance

123

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp246 struct timeval startTime, currentTime, delta; local
389 gettimeofday(&startTime, NULL);
393 delta = tvDelta(&startTime, &currentTime);
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java211 * @param startTime The time, in milliseconds, from the time the gesture starts to the
217 @IntRange(from = 0) long startTime,
222 if (startTime < 0) {
252 mStartTime = startTime;
253 mEndTime = startTime + duration;
216 StrokeDescription(@onNull Path path, @IntRange(from = 0) long startTime, @IntRange(from = 0) long duration) argument
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java621 final long startTime = SystemClock.uptimeMillis();
622 waiter = obtainConnectionWaiterLocked(Thread.currentThread(), startTime,
967 private ConnectionWaiter obtainConnectionWaiterLocked(Thread thread, long startTime, argument
977 waiter.mStartTime = startTime;
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java246 * Returns a string describing the elapsed time since startTime.
249 * @param startTime some time in the past.
253 public static CharSequence getRelativeTimeSpanString(long startTime) { argument
254 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
301 * Return string describing the elapsed time since startTime formatted like
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java351 public long getDuration(int opType, int curState, long startTime, int memFactor, argument
356 time += now - startTime;
388 int count, int serviceType, int state, long startTime, long now, long totalTime,
394 dumpTime(pw, prefixInner, serviceType, state, startTime, now);
396 long myTime = dumpTime(null, null, serviceType, state, startTime, now);
386 dumpStats(PrintWriter pw, String prefix, String prefixInner, String headerPrefix, String header, int count, int serviceType, int state, long startTime, long now, long totalTime, boolean dumpAll) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java544 public void appTransitionStarting(long startTime, long duration) { argument
548 Math.max(0, startTime - SystemClock.uptimeMillis()),
554 // startTime is reached.
556 mTransitionDeferringStartTime = startTime;
559 mHandler.postAtTime(mTransitionDeferringDoneRunnable, startTime);
H A DStatusBarKeyguardViewManager.java291 public void hide(long startTime, long fadeoutDuration) { argument
298 long delay = Math.max(0, startTime + HIDE_TIMING_CORRECTION_MS - uptimeMillis);
326 mPhoneStatusBar.setKeyguardFadingAway(startTime, 0, 240);
337 mPhoneStatusBar.setKeyguardFadingAway(startTime, delay, fadeoutDuration);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java169 public void appTransitionStarting(long startTime, long duration) { argument
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java160 long startTime; field in class:VibratorService.VibrationInfo
167 public VibrationInfo(long timeout, long startTime, long[] pattern, int repeat, argument
170 this.startTime = startTime;
183 .append(", startTime: ")
184 .append(startTime)
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java120 long startTime; field in class:NetworkDiagnostics.Measurement
152 if (startTime == 0) { startTime = finishTime; }
157 return description + ": " + result + " (" + (finishTime - startTime) + "ms)";
468 mMeasurement.startTime = now();
559 mMeasurement.startTime = now();
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardServiceDelegate.java356 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
358 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/frameworks/native/cmds/flatland/
H A DMain.cpp504 nsecs_t startTime = startFence->getSignalTime(); local
507 return endTime - startTime;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp303 int64_t startTime = getNowUs(); local
380 int64_t delay = getNowUs() - startTime;
/frameworks/av/services/audioflinger/
H A DTracks.cpp1226 nsecs_t startTime = systemTime(); local
1234 uint32_t waitTimeMs = (uint32_t)ns2ms(systemTime() - startTime);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp369 const nsecs_t startTime = systemTime(); local
372 double time = now - startTime;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java844 if (startTime == -1) {
847 startTime = SystemClock.elapsedRealtime();
852 Log.v(TAG, "Avg. frame duration: " + String.format("%.2f",(endTime-startTime)/30.) +
853 " ms. Avg. fps: " + String.format("%.2f", 1000./((endTime-startTime)/30.)) );
854 startTime = endTime;
860 private long startTime = -1; field in class:BackDropperFilter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java124 void appTransitionStarting(long startTime, long duration); argument
336 public void appTransitionStarting(long startTime, long duration) { argument
339 mHandler.obtainMessage(MSG_APP_TRANSITION_STARTING, Pair.create(startTime, duration))
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp148 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
153 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerImpl.java558 if (timestamp_ms > mLastScanSettings.startTime) {
799 public long startTime; field in class:SupplicantWifiScannerImpl.LastScanSettings
801 public LastScanSettings(long startTime) { argument
802 this.startTime = startTime;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp588 HLSTime lastTime(lastEnqueueMeta), startTime(firstNewMeta[i]);
592 *needResumeUntil |= (startTime.mSeq == lastTime.mSeq
593 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs);
596 stopParams->setInt32("discontinuitySeq", startTime.mSeq);
597 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs);
1835 HLSTime startTime; local
1840 startTime = latestMediaSegmentStartTime();
1850 startTime.mTimeUs = timeUs;
1869 if (startTime < tmpTime) {
1870 startTime
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java1209 private void parseAnimatorSet(AnimatorSet set, long startTime) { argument
1218 parseAnimatorSet((AnimatorSet) animator, startTime);
1220 createRTAnimator((ObjectAnimator) animator, startTime);
1226 startTime += animator.getTotalDuration();
1234 private void createRTAnimator(ObjectAnimator animator, long startTime) { argument
1239 startTime);
1246 startTime);
1249 startTime);
1258 (VectorDrawable.VectorDrawableState) target, startTime);
1269 long startTime) {
1267 createRTAnimatorForGroup(PropertyValuesHolder[] values, ObjectAnimator animator, VectorDrawable.VGroup target, long startTime) argument
1301 createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, long startTime) argument
1314 createRTAnimatorForFullPath(ObjectAnimator animator, VectorDrawable.VFullPath target, long startTime) argument
1359 createRTAnimatorForRootGroup(PropertyValuesHolder[] values, ObjectAnimator animator, VectorDrawable.VectorDrawableState target, long startTime) argument
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java256 * @param startTime The start time used to filter programs. The returned programs should have
261 public static final Uri buildProgramsUriForChannel(long channelId, long startTime, argument
264 return uri.buildUpon().appendQueryParameter(PARAM_START_TIME, String.valueOf(startTime))
273 * @param startTime The start time used to filter programs. The returned programs should have
278 public static final Uri buildProgramsUriForChannel(Uri channelUri, long startTime, argument
283 return buildProgramsUriForChannel(ContentUris.parseId(channelUri), startTime, endTime);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1487 handleStartKeyguardExitAnimation(params.startTime, params.fadeoutDuration);
1733 private void handleStartKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
1735 if (DEBUG) Log.d(TAG, "handleStartKeyguardExitAnimation startTime=" + startTime
1762 mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration);
1934 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
1937 new StartKeyguardExitAnimParams(startTime, fadeoutDuration));
1980 long startTime; field in class:KeyguardViewMediator.StartKeyguardExitAnimParams
1983 private StartKeyguardExitAnimParams(long startTime, long fadeoutDuration) { argument
1984 this.startTime
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java271 public void setAnimation(Animation anim, long startTime, int stackClip) { argument
282 mAnimationStartTime = startTime;
1928 long startTime = mAnimation.getStartTime();
1930 long elapsed = mLastAnimationTime - startTime;
1938 newAnimation.setStartTime(startTime);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2989 nsecs_t startTime = systemTime(); local
2994 timeout -= (systemTime() - startTime);

Completed in 2537 milliseconds

123