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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h81 mHibernation.incWakeCount(HibernationMachine::STRONG);
84 mHibernation.decWakeCount(HibernationMachine::STRONG);
147 // STRONG refs cancel (inc) or initiate (dec) a hibernation attempt
149 // whether a hibernation attempt will be made. Use STRONG refs only
154 STRONG = 1, enumerator in enum:android::egl_display_t::HibernationMachine::WakeRefStrength
H A Degl_display.cpp371 mHibernation.incWakeCount(HibernationMachine::STRONG);
379 mHibernation.decWakeCount(HibernationMachine::STRONG);
404 if (strength == STRONG)
430 if (strength == STRONG)

Completed in 60 milliseconds