HomeSort by relevance Sort by last modified time
    Searched refs:awoken (Results 1 - 3 of 3) sorted by null

  /system/core/include/utils/
Looper.h 144 * The poll was awoken using wake() before the timeout expired
244 * Returns POLL_WAKE if the poll was awoken using wake() before
475 void awoken();
  /system/core/libutils/
Looper.cpp 295 awoken();
421 void Looper::awoken() {
423 ALOGD("%p ~ awoken", this);
  /frameworks/native/services/inputflinger/
EventHub.cpp 730 bool awoken = false; local
808 ALOGV("awoken after wake()");
809 awoken = true;
    [all...]

Completed in 1017 milliseconds