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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.h79 mHibernation.incWakeCount(HibernationMachine::STRONG);
82 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.cpp335 mHibernation.incWakeCount(HibernationMachine::STRONG);
343 mHibernation.decWakeCount(HibernationMachine::STRONG);
375 if (strength == STRONG)
401 if (strength == STRONG)

Completed in 31 milliseconds