Searched refs:phaseOffsetNs (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 135 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()
|
D | Scheduler.h | 88 sp<ConnectionHandle> createConnection(const char* connectionName, nsecs_t phaseOffsetNs, 177 const char* connectionName, DispSync* dispSync, nsecs_t phaseOffsetNs,
|