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

/frameworks/base/libs/utils/
H A DLooper.cpp290 awoken();
318 awoken();
458 // FIXME: Possible race with awoken() but this code is for testing only and is rarely enabled.
476 void Looper::awoken() { function in class:Looper
478 LOGD("%p ~ awoken", this);
483 LOGD("%p ~ awoken: spurious!", this);

Completed in 70 milliseconds