Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h119 void partitionLayers(nsecs_t now, bool isVrrDevice) REQUIRES(mLock);
DLayerHistory.cpp198 partitionLayers(now, selector.isVrrDevice()); in summarize()
240 void LayerHistory::partitionLayers(nsecs_t now, bool isVrrDevice) { in partitionLayers() function in android::scheduler::LayerHistory