Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp1060 const int childDivisor = in updateAttachedChoreographersInternal() local
1062 childrenDivisor = childrenDivisor > 0 ? childrenDivisor : childDivisor; in updateAttachedChoreographersInternal()
1063 if (childDivisor > 0) { in updateAttachedChoreographersInternal()
1064 childrenDivisor = std::gcd(childrenDivisor, childDivisor); in updateAttachedChoreographersInternal()