Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp214 const bool effective_suspend = post_thread_state_ != PostThreadState::Active; in UpdatePostThreadState() local
219 } else if (effective_suspend && !post_thread_quiescent_) { in UpdatePostThreadState()
222 } else if (!effective_suspend && post_thread_quiescent_) { in UpdatePostThreadState()