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

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp37 void ALooper::wake() { function in class:ALooper
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp117 status_t SensorEventQueue::wake() const function in class:android::SensorEventQueue
120 looper->wake();
178 // Send mNumAcksToSend to acknowledge for the wake up sensor events received.
/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp49 void wake();
121 void NativeMessageQueue::wake() { function in class:android::NativeMessageQueue
122 mLooper->wake();
196 nativeMessageQueue->wake();
/frameworks/native/services/inputflinger/
H A DEventHub.cpp209 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
215 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
219 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
224 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
808 ALOGV("awoken after wake()");
816 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
976 // Poll for events. Mind the wake lock dance!
977 // We hold a wake lock at all times except during epoll_wait(). This works due to some
979 // a kernel wake lock. However, once the last pending event has been read, the device
980 // driver will release the kernel wake loc
1023 void EventHub::wake() { function in class:android::EventHub
[all...]
H A DInputReader.h1296 bool wake; member in struct:android::TouchInputMapper::Parameters
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp735 virtual void wake() { function in class:android::FakeEventHub

Completed in 188 milliseconds