Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp94 const char* toContentDetectionString(bool useContentDetection) { in toContentDetectionString() argument
95 return useContentDetection ? "on" : "off"; in toContentDetectionString()
123 {.useContentDetection = sysprop::use_content_detection_for_refresh_rate(false)}) { in Scheduler()
585 if (!mOptions.useContentDetection || layer->getWindowType() == WindowInfo::Type::STATUS_BAR) { in registerLayer()
748 toContentDetectionString(mOptions.useContentDetection), in dump()
H A DScheduler.h228 bool useContentDetection; member
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableScheduler.h47 {.useContentDetection = true}) {}