HomeSort by relevance Sort by last modified time
    Searched defs:curTime (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/angle/util/win32/
Win32Timer.cpp 22 LARGE_INTEGER curTime;
23 QueryPerformanceCounter(&curTime);
24 mStartTime = curTime.QuadPart;
31 LARGE_INTEGER curTime;
32 QueryPerformanceCounter(&curTime);
33 mStopTime = curTime.QuadPart;
43 LARGE_INTEGER curTime;
44 QueryPerformanceCounter(&curTime);
45 endTime = curTime.QuadPart;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-android.c 118 long curTime;
124 curTime = sTimeStopped + sTimeOffset;
126 curTime = _getTime() + sTimeOffset;
129 sTimeOffset = -curTime;
130 curTime = 0;
134 //__android_log_print(ANDROID_LOG_INFO, "SanAngeles", "curTime=%ld", curTime);
136 appRender(curTime, sWindowWidth, sWindowHeight);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 84 long curTime = SystemClock.elapsedRealtime();
87 if ((curTime - mLastTime) >= (mPeriod * 1000)) {
97 mLastTime = curTime;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ThroughputFilter.java 76 long curTime = SystemClock.elapsedRealtime();
79 if ((curTime - mLastTime) >= (mPeriod * 1000)) {
84 curTime - mLastTime,
89 mLastTime = curTime;
  /external/deqp/framework/qphelper/
qpWatchDog.c 69 deUint64 curTime = deGetMicroseconds();
70 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull);
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull);
120 deUint64 curTime = deGetMicroseconds();
125 dog->resetTime = curTime;
126 dog->lastTouchTime = curTime;
  /external/deqp/execserver/
xsExecutionServer.cpp 249 deUint64 curTime = deGetMicroseconds();
251 lastIoTime = curTime;
252 else if (curTime-lastIoTime > SERVER_IDLE_THRESHOLD*1000)
312 deUint64 curTime = deGetMicroseconds();
313 m_lastKeepAliveSent = curTime;
314 m_lastKeepAliveReceived = curTime;
324 deUint64 curTime = deGetMicroseconds();
327 if (curTime - m_lastKeepAliveReceived > KEEPALIVE_TIMEOUT*1000)
331 if (curTime - m_lastKeepAliveSent > KEEPALIVE_SEND_INTERVAL*1000 &&
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 225 deUint64 curTime = deGetMicroseconds();
228 if (curTime-m_launchTime < PROCESS_START_TIMEOUT ||
229 curTime-m_lastQueryTime < PROCESS_QUERY_INTERVAL)
237 m_lastQueryTime = curTime;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Console.java 96 long curTime = System.currentTimeMillis();
97 mTimeLogs.put(key, curTime);
99 "started @ " + curTime);
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiLogger.java 110 long curTime = SystemClock.uptimeMillis();
112 if (shouldLogNow(timing, curTime)) {
114 cache.put(logMessage, new Pair<>(curTime, 1));
136 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) {
137 return timing == null || curTime - timing.first > ERROR_LOG_DURATTION_MILLIS;
  /external/deqp/executor/
xeTcpIpLink.cpp 516 deUint64 curTime = deGetMicroseconds();
519 if ((deInt64)curTime-(deInt64)lastKeepalive > xs::KEEPALIVE_TIMEOUT*1000)
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 214 final long curTime = System.currentTimeMillis();
224 final MotionEvent event = MotionEvent.obtain(curTime, 100,
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 436 deUint64 curTime = deGetMicroseconds();
437 m_calibrator.recordIteration(curTime - m_renderStart);
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 97 CPDFSDK_DateTime curTime;
98 pPDFAnnot->m_pAnnotDict->SetAtString("M", curTime.ToPDFDateTimeString());
fsdk_baseannot.cpp 94 time_t curTime;
95 time(&curTime);
97 //newtime = gmtime(&curTime);
98 newtime = localtime(&curTime);
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 231 long curTime = SystemClock.uptimeMillis();
241 mStartTime = curTime;
286 final long curTime = SystemClock.uptimeMillis();
288 float alpha = mStartAlpha + alphaDelta * (curTime - mStartTime) / mDuration;
294 if (DEBUG) Slog.v(TAG, "stepAnimation: curTime=" + curTime + " alpha=" + alpha);
319 pw.print(" curTime="); pw.println(SystemClock.uptimeMillis());
  /external/deqp/execserver/tools/
xsTest.cpp 729 int curTime = 0;
736 curTime = clock.getMilliseconds();
738 while (curTime < testTime)
742 if (curTime-lastSendTime > sendInterval)
744 printf(" %d ms: sending keepalive\n", curTime);
746 curTime = clock.getMilliseconds();
747 lastSendTime = curTime;
754 printf(" %d ms: waiting for keepalive\n", curTime);
761 printf(" %d ms: got keepalive\n", curTime);
770 curTime = clock.getMilliseconds()
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 391 nsecs_t curTime = systemTime();
393 if (mAudioCommands[0]->mTime <= curTime) {
525 waitTime = mAudioCommands[0]->mTime - curTime;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 158 long curTime = SystemClock.elapsedRealtime();
161 if (curTime - entry.second > WHITELIST_DURATION_MS) {
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecorder.java 127 long curTime = System.currentTimeMillis();
128 Date date = new Date(curTime);
370 long curTime = System.currentTimeMillis();
372 Date date = new Date(curTime);
391 cv.put(MediaStore.Audio.Media.DATE_ADDED, (int) (curTime / oneSecond));
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 265 long curTime = Utils.getTimeNow();
266 mAccumulatedTime += (curTime - mStartTime);
575 final long curTime = time - mStartTime + mAccumulatedTime;
579 Lap firstLap = new Lap(curTime, curTime);
582 mLapsAdapter.addLap(new Lap(0, curTime));
584 mTime.setIntervalTime(curTime);
588 final long lapTime = curTime - mLapsAdapter.getItem(1).mTotalTime;
590 mLapsAdapter.getItem(0).mTotalTime = curTime;
592 mLapsAdapter.addLap(new Lap(0, curTime));
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java 634 String curTime = String.valueOf(System.currentTimeMillis());
638 "%" + genre + "%", curTime, curTime);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java     [all...]

Completed in 1134 milliseconds

1 2