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

  /frameworks/native/libs/gui/include/gui/
IGraphicBufferProducer.h 33 #include <gui/FrameTimestamps.h>
392 FrameEventHistoryDelta frameTimestamps;
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 697 FrameEventHistoryDelta frameTimestamps;
699 getTimestamps ? &frameTimestamps : nullptr);
705 reply->write(frameTimestamps);
892 FrameEventHistoryDelta frameTimestamps;
893 getFrameTimestamps(&frameTimestamps);
894 status_t result = reply->write(frameTimestamps);
    [all...]
Surface.cpp 506 FrameEventHistoryDelta frameTimestamps;
509 enableFrameTimestamps ? &frameTimestamps
541 mFrameEventHistory->applyDelta(frameTimestamps);
738 mFrameEventHistory->applyDelta(output.frameTimestamps);
    [all...]

Completed in 195 milliseconds