HomeSort by relevance Sort by last modified time
    Searched refs:mAttemptHibernation (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_display.h 158 mAttemptHibernation(false), mDpyValid(false),
176 bool mAttemptHibernation;
egl_display.cpp 376 mAttemptHibernation = false;
402 mAttemptHibernation = true;
404 if (mWakeCount == 0 && CC_UNLIKELY(mAttemptHibernation)) {
406 mAttemptHibernation = false;

Completed in 60 milliseconds