Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp91 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()
118 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()
152 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()
195 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()
249 int32_t elapsedMillis = ns2ms(stopWatch.elapsedTime()); in TEST_F()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp1117 DISPLAY_ATRACE_INT64("LastRefreshRateAppliedMs", ns2ms(mLastRefreshRateAppliedNanos)); in setLHBMRefreshRateThrottle()
1451 DISPLAY_ATRACE_INT64("RefreshRateDelay", ns2ms(maxDelayNanos)); in setRefreshRateThrottleNanos()
1567 ns2ms(lastUpdateDelta), ns2ms(threshold - lastUpdateDelta), in calculateTimelineLocked()
1568 ns2ms(threshold), ns2ms(now), ns2ms(origDesiredUpdateTimeNanos), in calculateTimelineLocked()
1569 ns2ms(mVsyncPeriodChangeConstraints.desiredTimeNanos), in calculateTimelineLocked()
1570 ns2ms(outTimeline->newVsyncAppliedTimeNanos), in calculateTimelineLocked()
1571 ns2ms(outTimeline->refreshTimeNanos), in calculateTimelineLocked()
1572 ns2ms(mLastRefreshRateAppliedNanos)); in calculateTimelineLocked()
1575 ns2ms(mVsyncPeriodChangeConstraints.desiredTimeNanos - now)); in calculateTimelineLocked()
1610 ns2ms(mVsyncPeriodChangeConstraints.desiredTimeNanos - now)); in recalculateTimelineLocked()
[all …]
/hardware/google/gfxstream/guest/egl/
Degl.cpp305 static float ns2ms(uint64_t ns) { in ns2ms() function
337 float avgMs = ns2ms(totalAppTime) / numSamples; in onQueueBufferReturn()
338 float minMs = ns2ms(minAppTime); in onQueueBufferReturn()
339 float maxMs = ns2ms(maxAppTime); in onQueueBufferReturn()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp429 ns2ms(EmulatedSensor::kSupportedFrameDurationRange[1])); in AcquireBuffers()
DEmulatedSensor.cpp883 ns2ms(device_settings->second.exposure_time), in threadLoop()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp1018 int pollRet = poll(&pfd, 1, ns2ms(remainTimeNs)); in checkSysfsStatus()
DExynosDisplay.cpp4397 const nsecs_t diffMs = ns2ms(vsyncPeriodChangeConstraints->desiredTimeNanos - current); in setActiveConfigWithConstraints()
4756 ns2ms(mVsyncPeriodChangeConstraints.desiredTimeNanos - current)); in doDisplayConfigPostProcess()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp737 __FUNCTION__, (size_t) ns2ms(systemTime() - start)); in hwc_sync()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1385 __FUNCTION__, (size_t) ns2ms(systemTime() - start)); in hwc_sync()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2587 const nsecs_t diffMs = ns2ms(now - mDrmDisplayInterface->mLastDumpDrmAtomicMessageTime); in dumpDrmAtomicCommitMessage()