/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ALooper.cpp | 53 waitUntilNs = systemTime(SYSTEM_TIME_MONOTONIC) + timeoutMillis * 1000000LL; in pollOnce() 59 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | AutoConditionLock.cpp | 50 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime; in waitAndAcquire() 59 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitAndAcquire()
|
D | ClientManager.h | 665 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + timeout; in waitUntilRemoved() 680 timeout = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitUntilRemoved()
|
/frameworks/base/native/android/ |
D | choreographer.cpp | 113 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in postFrameCallbackDelayed() 134 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in scheduleCallbacks() 149 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dispatchVsync()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | DispSync.cpp | 91 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in updateModel() 127 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop() 179 now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop() 224 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in addEventListener() 774 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in computeNextRefresh() 817 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dump()
|
D | EventThread.cpp | 390 systemTime(SYSTEM_TIME_MONOTONIC), in threadMain()
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameScheduler.cpp | 38 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()
|
D | FrameRenderTracker.cpp | 99 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in onFrameRendered()
|
D | VideoFrameScheduler2.cpp | 287 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()
|
D | VideoFrameSchedulerBase.cpp | 371 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in schedule()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 97 return nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in rsrUptimeMillis() 101 return systemTime(SYSTEM_TIME_MONOTONIC); in rsrUptimeNanos() 106 sc->mEnviroment.mLastDtTime = systemTime(SYSTEM_TIME_MONOTONIC); in rsrGetDt()
|
D | rsCppUtils.h | 64 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
|
D | rsScriptC.cpp | 116 = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in setupScript()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 510 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectKeyDown() 538 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectMotionDown() 555 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in generateKeyArgs() 576 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in generateMotionArgs()
|
/frameworks/native/libs/input/ |
D | KeyLayoutMap.cpp | 66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load() 71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
|
D | KeyCharacterMap.cpp | 148 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load() 153 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load() 300 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in getEvents()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ALooper.cpp | 69 return systemTime(SYSTEM_TIME_MONOTONIC) / 1000LL; in GetNowUs()
|
/frameworks/base/libs/hwui/utils/ |
D | LinearAllocator.cpp | 56 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in _logUsageLocked()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_power_PowerManagerService.cpp | 161 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in android_server_PowerManagerService_userActivity()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 577 nsecs_t dequeueStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon() 579 nsecs_t dequeueEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
|
D | Camera3Stream.cpp | 618 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer() 623 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
|
/frameworks/base/libs/input/ |
D | PointerController.cpp | 617 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC); in startAnimationLocked() 664 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
|
/frameworks/av/cmds/stagefright/ |
D | codec.cpp | 275 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000 in decode()
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 551 systemTime(SYSTEM_TIME_MONOTONIC); in onWork()
|
/frameworks/native/services/surfaceflinger/ |
D | RegionSamplingThread.cpp | 236 auto now = std::chrono::nanoseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in doSample()
|