Searched refs:awoken (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DLooper.h155 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
368 void awoken();
/frameworks/native/libs/utils/
H A DLooper.cpp252 awoken();
377 void Looper::awoken() { function in class:Looper
379 ALOGD("%p ~ awoken", this);
/frameworks/base/services/input/
H A DEventHub.cpp648 bool awoken = false;
726 ALOGV("awoken after wake()");
727 awoken = true;
866 // Return now if we have collected any events or if we were explicitly awoken.
867 if (event != buffer || awoken) {

Completed in 424 milliseconds