Searched refs:childrenDivisor (Results 1 – 1 of 1) sorted by relevance
1054 int childrenDivisor = 0; in updateAttachedChoreographersInternal() local1062 childrenDivisor = childrenDivisor > 0 ? childrenDivisor : childDivisor; in updateAttachedChoreographersInternal()1064 childrenDivisor = std::gcd(childrenDivisor, childDivisor); in updateAttachedChoreographersInternal()1066 ALOGV("%s: %s childrenDivisor=%d", __func__, name, childrenDivisor); in updateAttachedChoreographersInternal()1072 divisor = (divisor == 0) ? childrenDivisor : divisor; in updateAttachedChoreographersInternal()