Searched refs:ns2ms (Results 1 – 10 of 10) sorted by relevance
/hardware/libhardware/tests/input/evdev/ |
D | InputHub_test.cpp | 91 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/ |
D | ExynosPrimaryDisplay.cpp | 1117 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/ |
D | egl.cpp | 305 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/ |
D | EmulatedRequestProcessor.cpp | 429 ns2ms(EmulatedSensor::kSupportedFrameDurationRange[1])); in AcquireBuffers()
|
D | EmulatedSensor.cpp | 883 ns2ms(device_settings->second.exposure_time), in threadLoop()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.cpp | 1018 int pollRet = poll(&pfd, 1, ns2ms(remainTimeNs)); in checkSysfsStatus()
|
D | ExynosDisplay.cpp | 4397 const nsecs_t diffMs = ns2ms(vsyncPeriodChangeConstraints->desiredTimeNanos - current); in setActiveConfigWithConstraints() 4756 ns2ms(mVsyncPeriodChangeConstraints.desiredTimeNanos - current)); in doDisplayConfigPostProcess()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 737 __FUNCTION__, (size_t) ns2ms(systemTime() - start)); in hwc_sync()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 1385 __FUNCTION__, (size_t) ns2ms(systemTime() - start)); in hwc_sync()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.cpp | 2587 const nsecs_t diffMs = ns2ms(now - mDrmDisplayInterface->mLastDumpDrmAtomicMessageTime); in dumpDrmAtomicCommitMessage()
|