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

  /frameworks/native/libs/gui/
FrameTimestamps.cpp 38 return FrameEvents::isValidTimestamp(postedTime);
111 outString.appendFormat("--- Posted \t%" PRId64 "\n", postedTime);
262 frame->acquireFence = std::make_shared<FenceTime>(frame->postedTime);
282 frame.postedTime = d.mPostedTime;
368 newTimestamps.postedTime = newEntry.postedTime;
493 mPostedTime(frameTimestamps.postedTime),
BufferQueueProducer.cpp     [all...]
  /frameworks/native/libs/gui/include/gui/
FrameTimestamps.h 87 nsecs_t postedTime{TIMESTAMP_PENDING};
173 nsecs_t postedTime{0};
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 859 fe.postedTime = frame->kPostedTime;
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 93 milliseconds