Searched refs:mAttemptHibernation (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h160 mAttemptHibernation(false), mDpyValid(false),
178 bool mAttemptHibernation; member in class:android::egl_display_t::HibernationMachine
H A Degl_display.cpp390 mAttemptHibernation = false;
416 mAttemptHibernation = true;
418 if (mWakeCount == 0 && CC_UNLIKELY(mAttemptHibernation)) {
420 mAttemptHibernation = false;

Completed in 383 milliseconds