Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/utils/
H A DAutoConditionLock.cpp50 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime;
59 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC);
H A DClientManager.h591 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + timeout;
606 timeout = failTime - systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/base/native/android/
H A Dchoreographer.cpp113 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
134 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
152 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
H A DKeyLayoutMap.cpp66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
H A DKeyCharacterMap.cpp148 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
153 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
300 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/rs/
H A DrsScriptC_Lib.cpp104 return nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC));
112 return systemTime(SYSTEM_TIME_MONOTONIC);
121 sc->mEnviroment.mLastDtTime = systemTime(SYSTEM_TIME_MONOTONIC);
H A DrsCppUtils.h157 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator in enum:__anon1671
H A DrsScriptC.cpp122 = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC));
/frameworks/av/media/libstagefright/
H A DFrameRenderTracker.cpp97 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
H A DVideoFrameScheduler.cpp339 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod;
400 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp69 return systemTime(SYSTEM_TIME_MONOTONIC) / 1000ll;
/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp81 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp99 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
154 now = systemTime(SYSTEM_TIME_MONOTONIC);
632 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
667 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
H A DEventThread.cpp327 mVSyncEvent[0].header.timestamp = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp293 nsecs_t timeoutNanos = nextWakeup - systemTime(SYSTEM_TIME_MONOTONIC);
383 if (next->mRunAt <= 0 || next->mRunAt <= systemTime(SYSTEM_TIME_MONOTONIC)) {
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp65 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/base/libs/input/
H A DPointerController.cpp578 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC);
620 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp273 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000
H A Dmediafilter.cpp280 *startTimeRender = systemTime(SYSTEM_TIME_MONOTONIC)
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp494 systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp396 ptsUsec = systemTime(SYSTEM_TIME_MONOTONIC) / 1000;
/frameworks/native/services/inputflinger/
H A DEventHub.cpp732 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
890 // The systemTime(SYSTEM_TIME_MONOTONIC) function we use everywhere
914 nsecs_t time = systemTime(SYSTEM_TIME_MONOTONIC);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp989 LOG_EVENT_LONG(LOG_BOOT_PROGRESS_START, ns2ms(systemTime(SYSTEM_TIME_MONOTONIC)));
/frameworks/native/libs/gui/
H A DSurface.cpp371 timestamp = systemTime(SYSTEM_TIME_MONOTONIC);

Completed in 2813 milliseconds

12