Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/
DProfileData.cpp46 uint32_t index = static_cast<uint32_t>(ns2ms(frameTime)); in frameCountIndexForFrameTime()
178 framebucket = (ns2ms(duration) - kSlowFrameBucketStartMs) / kSlowFrameBucketIntervalMs; in reportFrame()
214 uint32_t index = static_cast<uint32_t>(ns2ms(duration)); in reportGPUFrame()
DAnimationContext.cpp64 mFrameTimeMs = ns2ms(mClock.latestVsync()); in startFrame()
DFrameInfoVisualizer.cpp224 (ns2ms(mFrameInterval) * t.percentFrametime * mVerticalUnit); in drawThreshold()
DJankTracker.cpp239 ss << "Davey! duration=" << ns2ms(totalDuration) << "ms; "; in finishFrame()
/frameworks/native/services/sensorservice/
DRecentEventLogger.cpp70 (int) ns2ms(ev.mWallTime.tv_nsec)); in dump()
106 + ns2ms(ev.mWallTime.tv_nsec)); in dump()
DSensorService.cpp458 timeinfo->tm_min, timeinfo->tm_sec, (int)ns2ms(curTime.tv_nsec)); in dump()
568 proto.write(CURRENT_TIME_MS, curTime.tv_sec * 1000 + ns2ms(curTime.tv_nsec)); in dumpProtoLocked()
/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp79 ns2ms(static_cast<nsecs_t>(vsyncTimestamp))); in scheduleVsync()
124 this, ns2ms(vsyncTimestamp), to_string(vsyncDisplayId).c_str(), vsyncCount, in handleEvent()
/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/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp184 StringAppendF(&result, "%dfps = %ldms\n", fps, ns2ms(duration)); in toString()
254 configBucketProto->set_duration_millis(ns2ms(ele.second)); in toProto()
/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.h107 int64_t timeElapsedMs = ns2ms(timeElapsed); in flushTime()
/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.cpp331 return ns2ms(mTimeToShowNextSnapshot - mCurrentTime); in drawStaging()
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.cpp212 cameraMetadata, ns2ms(startTimeNs), in endConfigure_2_1()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp521 ns2ms(systemTime()), &offlineStreamIds); in TEST_F()
633 ns2ms(systemTime()), &offlineStreamIds); in TEST_F()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp736 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
745 ns2ms(item.mTimestamp)); in onFrameAvailable()
DHeicCompositeStream.cpp306 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
315 __func__, ns2ms(item.mTimestamp)); in onFrameAvailable()
DCameraDeviceClient.cpp599 int32_t configureDurationMs = ns2ms(configureEnd) - startTimeMs; in endConfigure()
1909 int32_t closeLatencyMs = ns2ms(systemTime() - startTime); in detachDevice()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h56 if (ns2ms(sysTime - mStopTime) < inPastMs) {
/frameworks/av/media/libstagefright/renderfright/gl/
DProgramCache.cpp787 context, needs.mKey, uint32_t(ns2ms(time)), cache.size()); in useProgram()
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp817 context, needs.mKey, uint32_t(ns2ms(time)), cache.size()); in useProgram()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp269 ns2ms(currentTime - entry.eventEntry->eventTime)); in dumpQueue()
272 dump += StringPrintf(", wait=%" PRId64 "ms", ns2ms(currentTime - entry.deliveryTime)); in dumpQueue()
5083 dump += StringPrintf(", age=%" PRId64 "ms\n", ns2ms(currentTime - entry->eventTime)); in dumpDispatchStateLocked()
5095 ns2ms(currentTime - mPendingEvent->eventTime)); in dumpDispatchStateLocked()
5106 dump += StringPrintf(", age=%" PRId64 "ms\n", ns2ms(currentTime - entry->eventTime)); in dumpDispatchStateLocked()
5157 ns2ms(mAppSwitchDueTime - now())); in dumpDispatchStateLocked()
5163 dump += StringPrintf(INDENT2 "KeyRepeatDelay: %" PRId64 "ms\n", ns2ms(mConfig.keyRepeatDelay)); in dumpDispatchStateLocked()
5165 ns2ms(mConfig.keyRepeatTimeout)); in dumpDispatchStateLocked()
5539 ns2ms(currentWait), in onAnrLocked()
5741 ns2ms(eventDuration), dispatchEntry->eventEntry->getDescription().c_str()); in doDispatchCycleFinishedLockedInterruptible()
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
Dcamera_service_fuzzer.cpp559 sessionParams, ns2ms(systemTime()), &offlineStreamIds); in process()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp642 nsecs_t cleanupMillis = ns2ms(std::max(frameDiffNanos, 10_s)); in cleanupResources()
/frameworks/base/core/jni/
DAndroidRuntime.cpp1207 LOG_EVENT_LONG(LOG_BOOT_PROGRESS_START, ns2ms(systemTime(SYSTEM_TIME_MONOTONIC))); in start()

12