Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DDispSyncSource.cpp30 DispSyncSource::DispSyncSource(DispSync* dispSync, nsecs_t phaseOffset, in DispSyncSource() argument
39 mDispSync(dispSync), in DispSyncSource()
DDispSyncSource.h28 DispSyncSource(DispSync* dispSync, nsecs_t phaseOffset, nsecs_t offsetThresholdForNextVsync,
DScheduler.cpp154 const char* connectionName, DispSync* dispSync, nsecs_t phaseOffsetNs, in makeEventThread() argument
158 std::make_unique<DispSyncSource>(dispSync, phaseOffsetNs, offsetThresholdForNextVsync, in makeEventThread()
DScheduler.h177 const char* connectionName, DispSync* dispSync, nsecs_t phaseOffsetNs,