Home
last modified time | relevance | path

Searched refs:traceVsync (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DDispSyncSource.cpp119 std::chrono::nanoseconds readyDuration, bool traceVsync, in DispSyncSource() argument
123 mTraceVsync(traceVsync), in DispSyncSource()
H A DDispSyncSource.h31 std::chrono::nanoseconds readyDuration, bool traceVsync, const char* name);
H A DScheduler.h173 bool traceVsync = true);
H A DScheduler.cpp192 std::chrono::nanoseconds readyDuration, bool traceVsync) { in makePrimaryDispSyncSource() argument
194 readyDuration, traceVsync, name); in makePrimaryDispSyncSource()