Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h44 {.supportKernelTimer = false, .useContentDetection = true}) {}
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp92 const char* toContentDetectionString(bool useContentDetection) { in toContentDetectionString() argument
93 return useContentDetection ? "on" : "off"; in toContentDetectionString()
121 .useContentDetection = sysprop::use_content_detection_for_refresh_rate(false)}) { in Scheduler()
582 if (!mOptions.useContentDetection || in registerLayer()
739 toContentDetectionString(mOptions.useContentDetection), in dump()
DScheduler.h196 bool useContentDetection; member