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

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 371 ALOGE_IF(mWakeCount < 0 || mWakeCount == INT32_MAX,
372 "Invalid WakeCount (%d) on enter\n", mWakeCount);
374 mWakeCount++;
398 ALOGE_IF(mWakeCount <= 0, "Invalid WakeCount (%d) on leave\n", mWakeCount);
400 mWakeCount--;
404 if (mWakeCount == 0 && CC_UNLIKELY(mAttemptHibernation)) {
egl_display.h 157 HibernationMachine(): mWakeCount(0), mHibernating(false),
174 int32_t mWakeCount;

Completed in 1904 milliseconds