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

/frameworks/native/libs/gui/
H A DSensorEventQueue.cpp102 status_t SensorEventQueue::wake() const function in class:android::SensorEventQueue
105 looper->wake();
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp42 void wake();
106 void NativeMessageQueue::wake() { function in class:android::NativeMessageQueue
107 mLooper->wake();
162 return nativeMessageQueue->wake();
/frameworks/native/libs/utils/
H A DLooper.cpp10 // Debugs poll and wake interactions.
74 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
80 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
84 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
87 // Allocate the epoll instance and register the wake pipe.
96 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
254 ALOGW("Ignoring unexpected epoll events 0x%x on wake read pipe.", epollEvents);
360 void Looper::wake() { function in class:Looper
362 ALOGD("%p ~ wake", this);
372 ALOGW("Could not write wake signa
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp696 virtual void wake() { function in class:android::FakeEventHub

Completed in 411 milliseconds