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

  /frameworks/native/include/utils/
Looper.h 155 * Returns ALOOPER_POLL_WAKE if the poll was awoken using wake() before
368 void awoken();
  /frameworks/native/libs/utils/
Looper.cpp 252 awoken();
377 void Looper::awoken() { function in class:Looper
379 ALOGD("%p ~ awoken", this);
  /frameworks/base/services/input/
EventHub.cpp 649 bool awoken = false;
727 ALOGV("awoken after wake()");
728 awoken = true;
    [all...]

Completed in 229 milliseconds