/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 90 now = systemTime(); in main() 92 t = systemTime(); in main() 107 now = systemTime(); in main() 110 t = systemTime(); in main() 121 now = systemTime(); in main() 124 t = systemTime(); in main() 135 now = systemTime(); in main() 139 t = systemTime(); in main() 150 now = systemTime(); in main() 154 t = systemTime(); in main() [all …]
|
/frameworks/av/cmds/screenrecord/ |
D | FrameOutput.cpp | 136 startWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame() 145 pixWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame() 149 endWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame() 174 startWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame() 179 endWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame()
|
D | Overlay.cpp | 67 mStartMonotonicNsecs = systemTime(CLOCK_MONOTONIC); in start() 68 mStartRealtimeNsecs = systemTime(CLOCK_REALTIME); in start() 404 window.presentationTime(systemTime(CLOCK_MONOTONIC) - holdTime); in doDrawInfoPage()
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 149 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() 164 nsecs_t start = systemTime(CLOCK_MONOTONIC); in run() 167 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() 176 nsecs_t done = systemTime(CLOCK_MONOTONIC); in run() 184 nsecs_t end = systemTime(CLOCK_MONOTONIC); in run()
|
/frameworks/base/libs/hwui/ |
D | FrameInfo.h | 103 void markSyncStart() { set(FrameInfoIndex::SyncStart) = systemTime(CLOCK_MONOTONIC); } in markSyncStart() 106 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(CLOCK_MONOTONIC); in markIssueDrawCommandsStart() 109 void markSwapBuffers() { set(FrameInfoIndex::SwapBuffers) = systemTime(CLOCK_MONOTONIC); } in markSwapBuffers() 111 void markFrameCompleted() { set(FrameInfoIndex::FrameCompleted) = systemTime(CLOCK_MONOTONIC); } in markFrameCompleted()
|
/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/native/services/surfaceflinger/tests/unittests/ |
D | LayerHistoryTest.cpp | 80 nsecs_t startTime = systemTime(); in TEST_F() 99 nsecs_t startTime = systemTime(); in TEST_F() 105 startTime = systemTime(); in TEST_F()
|
/frameworks/av/media/utils/ |
D | TimeCheck.cpp | 50 nsecs_t endTimeNs = systemTime() + milliseconds(timeoutMs); in startMonitoring() 81 const nsecs_t waitTimeNs = endTimeNs - systemTime(); in threadLoop()
|
/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()
|
/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/libs/binder/ |
D | PermissionCache.cpp | 101 nsecs_t t = -systemTime(); in checkPermission() 103 t += systemTime(); in checkPermission()
|
/frameworks/av/include/media/ |
D | EventMetric.h | 150 :start_time_(systemTime()), metric_(metric) { in EventTimer() 155 metric_->Record(ns2us(systemTime() - start_time_), attribute_); in ~EventTimer()
|
/frameworks/av/media/libmedia/include/media/ |
D | EventMetric.h | 150 :start_time_(systemTime()), metric_(metric) { in EventTimer() 155 metric_->Record(ns2us(systemTime() - start_time_), attribute_); in ~EventTimer()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 107 nsecs_t start = systemTime(); in main() 116 t = systemTime() - start; in main()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateStats.h | 119 nsecs_t currentTime = systemTime(); in flushTimeForMode() 157 nsecs_t mPreviousRecordedTime = systemTime();
|
D | LayerInfo.cpp | 38 mLastUpdatedTime = std::max(lastPresentTime, systemTime()); in setLastPresentTime()
|
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()
|
/frameworks/av/include/media/nblog/ |
D | PerformanceAnalysis.h | 167 nsecs_t start{systemTime()}; 179 start = systemTime(); in reset()
|
/frameworks/av/media/libnblog/include/media/nblog/ |
D | PerformanceAnalysis.h | 167 nsecs_t start{systemTime()}; 179 start = systemTime(); in reset()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 145 nsecs_t now = systemTime(); in main() 150 nsecs_t t = systemTime() - now; in main()
|
/frameworks/base/libs/hwui/renderthread/ |
D | TimeLord.cpp | 34 nsecs_t now = systemTime(CLOCK_MONOTONIC); in computeFrameTimeNanos()
|
/frameworks/native/libs/renderengine/gl/ |
D | ProgramCache.cpp | 88 nsecs_t timeBefore = systemTime(); in primeCache() 127 nsecs_t timeAfter = systemTime(); in primeCache() 719 nsecs_t time = systemTime(); in useProgram() 721 time = systemTime() - time; in useProgram()
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameScheduler.cpp | 38 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()
|
/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()
|
/frameworks/av/media/libnblog/ |
D | ReportPerformance.cpp | 57 root["durationMs"] = (Json::Value::Int64)ns2ms(systemTime() - data.start); in dumpToJson() 140 const nsecs_t now = systemTime(); in dumpRetro() 207 item->setInt64(kThreadDuration, (systemTime() - data.start) / 1000000); in sendToMediaMetrics()
|