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

  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.h 50 nsecs_t presentTime = 0;
77 void setPresentTime(const std::string& layerName, uint64_t frameNumber, nsecs_t presentTime);
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 687 nsecs_t presentTime = mPresentFences[idx]->getSignalTime();
688 if (presentTime == Fence::SIGNAL_TIME_PENDING) {
690 } else if (presentTime == Fence::SIGNAL_TIME_INVALID) {
694 result.appendFormat(" %" PRId64 " (%.3f ms ago)\n", presentTime,
695 (now - presentTime) / 1000000.0);
697 result.appendFormat(" %" PRId64 " (+%" PRId64 " / %.3f) (%.3f ms ago)\n", presentTime,
698 presentTime - previous, (presentTime - previous) / (double)mPeriod,
699 (now - presentTime) / 1000000.0);
701 previous = presentTime;
    [all...]
SurfaceFlinger.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp     [all...]

Completed in 312 milliseconds