Home
last modified time | relevance | path

Searched refs:ns2ms (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp76 this, ns2ms(static_cast<nsecs_t>(vsyncTimestamp))); in scheduleVsync()
110 this, ns2ms(vsyncTimestamp), vsyncDisplayId, vsyncCount); in handleEvent()
/frameworks/base/libs/hwui/
DProfileData.cpp44 uint32_t index = static_cast<uint32_t>(ns2ms(frameTime)); in frameCountIndexForFrameTime()
155 framebucket = (ns2ms(duration) - kSlowFrameBucketStartMs) / kSlowFrameBucketIntervalMs; in reportFrame()
DJankTracker.cpp176 ss << "Davey! duration=" << ns2ms(totalDuration) << "ms; "; in finishFrame()
183 android::util::stats_write(android::util::DAVEY_OCCURRED, getuid(), ns2ms(totalDuration)); in finishFrame()
DAnimationContext.cpp64 mFrameTimeMs = ns2ms(mClock.latestVsync()); in startFrame()
DFrameInfoVisualizer.cpp224 (ns2ms(mFrameInterval) * t.percentFrametime * mVerticalUnit); in drawThreshold()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp108 StringAppendF(&result, "%dfps=%ldms ", fps, ns2ms(duration)); in toString()
154 configBucketProto->set_duration_millis(ns2ms(ele.second)); in toProto()
/frameworks/base/libs/hwui/thread/
DThreadBase.h61 timeout = ns2ms(nextWakeup - WorkQueue::clock::now()); in waitForWork()
/frameworks/av/media/tests/benchmark/src/native/common/utils/
DTimers.h73 static inline nsecs_t ns2ms(nsecs_t v) { in ns2ms() function
/frameworks/native/services/sensorservice/
DRecentEventLogger.cpp68 (int) ns2ms(ev.mWallTime.tv_nsec)); in dump()
DSensorService.cpp416 timeinfo->tm_min, timeinfo->tm_sec, (int)ns2ms(curTime.tv_nsec)); in dump()
/frameworks/av/media/libnblog/
DReportPerformance.cpp56 root["activeMs"] = (Json::Value::Int64)ns2ms(data.active); in dumpToJson()
57 root["durationMs"] = (Json::Value::Int64)ns2ms(systemTime() - data.start); in dumpToJson()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h108 int64_t timeElapsedMs = ns2ms(timeElapsed); in flushTime()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp288 return ns2ms(mTimeToShowNextSnapshot - mCurrentTime); in drawStaging()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp670 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
679 ns2ms(item.mTimestamp)); in onFrameAvailable()
DHeicCompositeStream.cpp271 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
280 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h56 if (ns2ms(sysTime - mStopTime) < inPastMs) {
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp724 context, needs.mKey, uint32_t(ns2ms(time)), cache.size()); in useProgram()
/frameworks/base/core/jni/
DAndroidRuntime.cpp1195 LOG_EVENT_LONG(LOG_BOOT_PROGRESS_START, ns2ms(systemTime(SYSTEM_TIME_MONOTONIC))); in start()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp540 ALOGI("Boot is finished (%ld ms)", long(ns2ms(duration)) ); in bootFinished()
567 ns2ms(systemTime(SYSTEM_TIME_MONOTONIC))); in bootFinished()
4823 float activeTime = ns2ms(stats.totalTime) / 1000.0f; in dumpBufferingStats()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1799 (int)ns2ms(mTime)%1000, in dump()
/frameworks/av/services/audioflinger/
DTracks.cpp1640 uint32_t waitTimeMs = (uint32_t)ns2ms(systemTime() - startTime); in write()