Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h170 std::unique_ptr<VSyncSource> makePrimaryDispSyncSource(const char* name,
H A DScheduler.cpp190 std::unique_ptr<VSyncSource> Scheduler::makePrimaryDispSyncSource( in makePrimaryDispSyncSource() function in android::Scheduler
268 auto vsyncSource = makePrimaryDispSyncSource(connectionName, workDuration, readyDuration); in createConnection()