Home
last modified time | relevance | path

Searched refs:phaseOffsetNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp135 const char* connectionName, nsecs_t phaseOffsetNs, nsecs_t offsetThresholdForNextVsync, in createConnection() argument
141 makeEventThread(connectionName, mPrimaryDispSync.get(), phaseOffsetNs, in createConnection()
154 const char* connectionName, DispSync* dispSync, nsecs_t phaseOffsetNs, in makeEventThread() argument
158 std::make_unique<DispSyncSource>(dispSync, phaseOffsetNs, offsetThresholdForNextVsync, in makeEventThread()
DScheduler.h88 sp<ConnectionHandle> createConnection(const char* connectionName, nsecs_t phaseOffsetNs,
177 const char* connectionName, DispSync* dispSync, nsecs_t phaseOffsetNs,