Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerProperties.cpp286 auto smart_90_deprecated = SurfaceFlingerProperties::use_smart_90_for_video(); in use_content_detection_for_refresh_rate() local
288 if (smart_90_deprecated.has_value()) { in use_content_detection_for_refresh_rate()
289 ALOGW("Using deprecated use_smart_90_for_video sysprop. Value: %d", *smart_90_deprecated); in use_content_detection_for_refresh_rate()
290 return *smart_90_deprecated; in use_content_detection_for_refresh_rate()