HomeSort by relevance Sort by last modified time
    Searched defs:currTime (Results 1 - 14 of 14) sorted by null

  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/session/
MediaSessionCompatApi18.java 43 long currTime = SystemClock.elapsedRealtime();
47 diff = currTime - updateTime;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.cc 400 uint64_t currTime = TickTime::MillisecondTimestamp();
402 rate = ((double) _totalBytes * 8.0) / (double) (currTime - _beginTime);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 159 long currTime = System.currentTimeMillis();
167 if (currTime - time < FRESH_THRESHOLD && accuracy < bestAccuracy) {
Predictor.java 103 long currTime = System.currentTimeMillis();
106 ((currTime - mPrevSampleTime) < mHistorySpan)) {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 851 long long currTime = GetCurrentTimeMS();
853 if (currTime - m_statsStartTime >= 1000) {
854 float dt = (float)(currTime - m_statsStartTime) / 1000.0f;
856 m_statsStartTime = currTime;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 853 nsecs_t currTime = 0;
906 currTime = meta->timestamp;
907 printf(" timestamp (ns): %llu\n", currTime);
908 if (prevTime) printf("inter-shot time (ms): %llu\n", (currTime - prevTime) / 1000000l);
909 prevTime = currTime;
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 306 Time currTime = new Time(mHomeTimeZone);
307 currTime.set(mController.getTime());
308 day.hour = currTime.hour;
309 day.minute = currTime.minute;
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 1019 time_t currTime;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 1029 time_t currTime;
    [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 181 long currTime = SystemClock.elapsedRealtime();
183 (currTime-mLastReportedFreeMemTime) >= freeMemLogInterval) {
184 mLastReportedFreeMemTime = currTime;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 386 milliseconds