HomeSort by relevance Sort by last modified time
    Searched refs:_ms (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/utils/
TimeUtils.h 28 constexpr nsecs_t operator"" _ms (unsigned long long ms) { function in namespace:android::uirenderer
  /frameworks/base/libs/hwui/
JankTracker.cpp 72 nsecs_t sfOffset = frameIntervalNanos - (displayInfo.presentationDeadline - 1_ms);
79 if (offsetDelta <= 4_ms && offsetDelta >= 0) {
83 mDequeueTimeForgiveness = offsetDelta + 4_ms;
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 276 static const auto SLOW_THRESHOLD = 6_ms;
364 if (vsyncDelta < 2_ms) {
369 || (latestVsync - mLastDropVsync) < 500_ms) {
RenderProxy.cpp 650 if (timeToNextVsync > -6_ms && timeToNextVsync < 1_ms) {
651 renderThread->queueAt(task, estimatedNextVsync + 8_ms);

Completed in 194 milliseconds