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

/frameworks/base/include/utils/
H A DLooper.h80 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
261 void awoken();
/frameworks/base/libs/utils/
H A DLooper.cpp250 awoken();
286 awoken();
390 // FIXME: Possible race with awoken() but this code is for testing only and is rarely enabled.
408 void Looper::awoken() { function in class:Looper
410 LOGD("%p ~ awoken", this);
415 LOGD("%p ~ awoken: spurious!", this);

Completed in 26 milliseconds