Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DFrameStatistics.h28 using TimePoint = std::chrono::steady_clock::time_point; variable
/frameworks/av/media/codec2/sfplugin/
DCCodec.h78 typedef std::chrono::steady_clock::time_point TimePoint; typedef
/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork_internal.h42 typedef std::chrono::steady_clock::time_point TimePoint; typedef
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp46 using TimePoint = std::chrono::time_point<Clock>; typedef