Searched defs:startTime (Results 1 - 25 of 60) sorted by last modified time

123

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DOverlayListView.java204 * @param startTime Start time to be set in Millis
206 public void startAnimation(long startTime) { argument
207 mStartTime = startTime;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py82 startTime = None variable
84 global startTime
85 startTime = time.clock()
87 global startTime
90 write(msg, endTime - startTime)
91 startTime = None
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1140 nsecs_t startTime = now(); local
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp44 int64_t startTime = 0; local
51 if (startTime == 0) {
52 startTime = uptimeMillis();
54 } else if ((uptimeMillis()-startTime) > 10000) {
H A DIServiceManager.cpp80 int64_t startTime = 0; local
86 if (startTime != 0) {
88 (int)((uptimeMillis()-startTime)/1000),
113 if (startTime == 0) {
114 startTime = uptimeMillis();
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp770 auto startTime = systemTime(); local
772 ASSERT_GE(systemTime() - startTime, TIMEOUT);
776 startTime = systemTime();
778 ASSERT_GE(systemTime() - startTime, TIMEOUT);
/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;
H A DKeyLayoutMap.cpp66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
H A DVirtualKeyMap.cpp63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
/frameworks/native/opengl/libagl/
H A Dcontext.h246 int64_t startTime; member in struct:android::gl::vertex_cache_t
/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/native/cmds/flatland/
H A DMain.cpp504 nsecs_t startTime = startFence->getSignalTime(); local
507 return endTime - startTime;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java56 private long startTime; field in class:PowerTestActivity
125 startTime = System.currentTimeMillis();
266 pageLoadTime = System.currentTimeMillis() - 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/display/
H A DNightDisplayService.java344 public void onCustomStartTimeChanged(NightDisplayController.LocalTime startTime) { argument
345 Slog.d(TAG, "onCustomStartTimeChanged: startTime=" + startTime);
348 mAutoMode.onCustomStartTimeChanged(startTime);
388 final Calendar startTime = mStartTime.getDateTimeBefore(now);
389 final Calendar endTime = mEndTime.getDateTimeAfter(startTime);
462 public void onCustomStartTimeChanged(NightDisplayController.LocalTime startTime) { argument
463 mStartTime = startTime;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java6609 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
6612 mKeyguardDelegate.startKeyguardExitAnimation(startTime, fadeoutDuration);
/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);
H A DKeyguardServiceWrapper.java214 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
216 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/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/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/am/
H A DActivityManagerService.java3545 long startTime = SystemClock.elapsedRealtime();
3549 checkTime(startTime, "startProcess: after getProcessRecord");
3607 checkTime(startTime, "startProcess: done, added package to proc");
3614 checkTime(startTime, "startProcess: bad proc running, killing");
3617 checkTime(startTime, "startProcess: done killing old proc");
3624 checkTime(startTime, "startProcess: creating new process record");
3632 checkTime(startTime, "startProcess: done creating new process record");
3636 checkTime(startTime, "startProcess: added package to existing proc");
3649 checkTime(startTime, "startProcess: returning with proc on hold");
3653 checkTime(startTime, "startProces
5381 logAppTooSlow(ProcessRecord app, long startTime, String msg) argument
10581 checkTime(long startTime, String where) argument
[all...]
H A DActivityRecord.java146 long startTime; // last time this activity was started field in class:ActivityRecord
371 if (displayStartTime != 0 || startTime != 0) {
375 pw.print(" startTime=");
376 if (startTime == 0) pw.print("0");
377 else TimeUtils.formatDuration(startTime, now, pw);
1255 startTime = 0;

Completed in 722 milliseconds

123