/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/media/tests/benchmark/src/native/common/utils/ |
D | Timers.h | 92 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator 100 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
|
/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 | 87 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in updateModel() 135 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop() 187 now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop() 232 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in addEventListener() 788 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in computeNextRefresh() 831 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dump()
|
D | EventThread.cpp | 398 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 | 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/reader/mapper/ |
D | VibratorInputMapper.cpp | 110 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in nextStep()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 512 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectKeyDown() 540 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectMotionDown() 557 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in generateKeyArgs() 578 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/native/services/inputflinger/reader/ |
D | InputReader.cpp | 96 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in loopOnce() 112 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in loopOnce() 357 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in refreshConfigurationLocked()
|
/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 | Camera3Stream.cpp | 615 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer() 620 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
|
D | Camera3OutputStream.cpp | 572 nsecs_t dequeueStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon() 574 nsecs_t dequeueEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
|
/frameworks/base/libs/input/ |
D | PointerController.cpp | 633 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC); in startAnimationLocked() 681 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
|
/frameworks/av/cmds/stagefright/ |
D | codec.cpp | 275 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000 in decode()
|