Searched defs:startTime (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DSyncInfo.java45 public final long startTime; field in class:SyncInfo
48 public SyncInfo(int authorityId, Account account, String authority, long startTime) { argument
52 this.startTime = startTime;
60 this.startTime = other.startTime;
73 parcel.writeLong(startTime);
81 startTime = parcel.readLong();
/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.cpp75 int64_t startTime = 0; local
81 if (startTime != 0) {
83 (int)((uptimeMillis()-startTime)/1000),
108 if (startTime == 0) {
109 startTime = uptimeMillis();
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp149 int startTime = U32_AT(tmpData); local
157 parcel->writeInt32(startTime + lastEndTime);
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); local
68 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;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp87 nsecs_t startTime = systemTime(); local
92 timeout -= (systemTime() - startTime);
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java98 public long startTime = -1; field in class:VpnConfig
158 out.writeLong(startTime);
183 config.startTime = in.readLong();
/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java90 long startTime = SystemClock.elapsedRealtime();
92 checkTime(startTime, "Zygote.preFork");
96 checkTime(startTime, "Zygote.nativeForkAndSpecialize");
98 checkTime(startTime, "Zygote.postForkCommon");
110 private static void checkTime(long startTime, String where) { argument
112 if ((now-startTime) > 1000) {
114 Slog.w(TAG, "Slow operation: " + (now-startTime) + "ms so far, now at " + where);
154 long startTime = SystemClock.elapsedRealtime();
156 checkTime(startTime, "Zygote.callPostForkChildHooks");
H A DZygoteConnection.java111 private void checkTime(long startTime, String where) { argument
113 if ((now-startTime) > 1000) {
115 Slog.w(TAG, "Slow operation: " + (now-startTime) + "ms so far, now at " + where);
148 long startTime = SystemClock.elapsedRealtime();
159 checkTime(startTime, "zygoteConnection.runOnce: readArgumentList");
197 checkTime(startTime, "zygoteConnection.runOnce: apply security policies");
202 checkTime(startTime, "zygoteConnection.runOnce: apply security policies");
245 checkTime(startTime, "zygoteConnection.runOnce: preForkAndSpecialize");
250 checkTime(startTime, "zygoteConnection.runOnce: postForkAndSpecialize");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java173 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
175 mService.startKeyguardExitAnimation(startTime, fadeoutDuration);
H A DKeyguardServiceDelegate.java266 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
268 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
/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/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/base/core/java/android/hardware/hdmi/
H A DHdmiTimerRecordSources.java50 * TimeOrDuration startTime = HdmiTimerRecordSources.ofTime(18, 00); // 6PM.
259 * @param startTime start time in {@link Time}
272 public static TimerInfo timerInfoOf(int dayOfMonth, int monthOfYear, Time startTime, argument
282 checkTimeValue(startTime.mHour, startTime.mMinute);
291 return new TimerInfo(dayOfMonth, monthOfYear, startTime, duration, recordingSequence);
337 private TimerInfo(int dayOfMonth, int monthOfYear, Time startTime, argument
341 mStartTime = startTime;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java236 public void hide(long startTime, final long fadeoutDuration) { argument
240 long delay = Math.max(0, startTime + HIDE_TIMING_CORRECTION_MS - uptimeMillis);
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp245 struct timeval startTime, currentTime, delta; local
388 gettimeofday(&startTime, NULL);
392 delta = tvDelta(&startTime, &currentTime);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp355 const nsecs_t startTime = systemTime(); local
358 double time = now - startTime;
/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.java244 * Returns a string describing the elapsed time since startTime.
245 * @param startTime some time in the past.
249 public static CharSequence getRelativeTimeSpanString(long startTime) { argument
250 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
358 * Return string describing the elapsed time since startTime formatted like
426 Time startTime = new Time();
427 startTime.set(day);
428 int startDay = Time.getJulianDay(day, startTime.gmtoff);
/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.cpp299 int64_t startTime = getNowUs(); local
374 int64_t delay = getNowUs() - startTime;
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java244 * @param startTime The start time used to filter programs. The returned programs should have
249 public static final Uri buildProgramsUriForChannel(long channelId, long startTime, argument
252 return uri.buildUpon().appendQueryParameter(PARAM_START_TIME, String.valueOf(startTime))
261 * @param startTime The start time used to filter programs. The returned programs should have
266 public static final Uri buildProgramsUriForChannel(Uri channelUri, long startTime, argument
271 return buildProgramsUriForChannel(ContentUris.parseId(channelUri), startTime, endTime);
/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/keyguard/
H A DKeyguardViewMediator.java1168 handleStartKeyguardExitAnimation(params.startTime, params.fadeoutDuration);
1376 private void handleStartKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
1391 mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration);
1502 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) { argument
1504 new StartKeyguardExitAnimParams(startTime, fadeoutDuration));
1517 long startTime; field in class:KeyguardViewMediator.StartKeyguardExitAnimParams
1520 private StartKeyguardExitAnimParams(long startTime, long fadeoutDuration) { argument
1521 this.startTime = startTime;

Completed in 669 milliseconds

12