Searched refs:useContentDetection (Results 1 – 3 of 3) sorted by relevance
44 {.supportKernelTimer = false, .useContentDetection = true}) {}
92 const char* toContentDetectionString(bool useContentDetection) { in toContentDetectionString() argument93 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()
196 bool useContentDetection; member