/frameworks/base/libs/androidfw/ |
D | DisplayEventDispatcher.cpp | 76 this, ns2ms(static_cast<nsecs_t>(vsyncTimestamp))); in scheduleVsync() 110 this, ns2ms(vsyncTimestamp), vsyncDisplayId, vsyncCount); in handleEvent()
|
/frameworks/base/libs/hwui/ |
D | ProfileData.cpp | 44 uint32_t index = static_cast<uint32_t>(ns2ms(frameTime)); in frameCountIndexForFrameTime() 155 framebucket = (ns2ms(duration) - kSlowFrameBucketStartMs) / kSlowFrameBucketIntervalMs; in reportFrame()
|
D | JankTracker.cpp | 176 ss << "Davey! duration=" << ns2ms(totalDuration) << "ms; "; in finishFrame() 183 android::util::stats_write(android::util::DAVEY_OCCURRED, getuid(), ns2ms(totalDuration)); in finishFrame()
|
D | AnimationContext.cpp | 64 mFrameTimeMs = ns2ms(mClock.latestVsync()); in startFrame()
|
D | FrameInfoVisualizer.cpp | 224 (ns2ms(mFrameInterval) * t.percentFrametime * mVerticalUnit); in drawThreshold()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | TimeStatsHelper.cpp | 108 StringAppendF(&result, "%dfps=%ldms ", fps, ns2ms(duration)); in toString() 154 configBucketProto->set_duration_millis(ns2ms(ele.second)); in toProto()
|
/frameworks/base/libs/hwui/thread/ |
D | ThreadBase.h | 61 timeout = ns2ms(nextWakeup - WorkQueue::clock::now()); in waitForWork()
|
/frameworks/av/media/tests/benchmark/src/native/common/utils/ |
D | Timers.h | 73 static inline nsecs_t ns2ms(nsecs_t v) { in ns2ms() function
|
/frameworks/native/services/sensorservice/ |
D | RecentEventLogger.cpp | 68 (int) ns2ms(ev.mWallTime.tv_nsec)); in dump()
|
D | SensorService.cpp | 416 timeinfo->tm_min, timeinfo->tm_sec, (int)ns2ms(curTime.tv_nsec)); in dump()
|
/frameworks/av/media/libnblog/ |
D | ReportPerformance.cpp | 56 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/ |
D | RefreshRateStats.h | 108 int64_t timeElapsedMs = ns2ms(timeElapsed); in flushTime()
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 288 return ns2ms(mTimeToShowNextSnapshot - mCurrentTime); in drawStaging()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 670 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable() 679 ns2ms(item.mTimestamp)); in onFrameAvailable()
|
D | HeicCompositeStream.cpp | 271 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable() 280 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioOutputDescriptor.h | 56 if (ns2ms(sysTime - mStopTime) < inPastMs) {
|
/frameworks/native/libs/renderengine/gl/ |
D | ProgramCache.cpp | 724 context, needs.mKey, uint32_t(ns2ms(time)), cache.size()); in useProgram()
|
/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 1195 LOG_EVENT_LONG(LOG_BOOT_PROGRESS_START, ns2ms(systemTime(SYSTEM_TIME_MONOTONIC))); in start()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 540 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/ |
D | AudioPolicyService.cpp | 1799 (int)ns2ms(mTime)%1000, in dump()
|
/frameworks/av/services/audioflinger/ |
D | Tracks.cpp | 1640 uint32_t waitTimeMs = (uint32_t)ns2ms(systemTime() - startTime); in write()
|