Searched refs:wake (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/native/services/inputflinger/
H A DInputReader.cpp709 mEventHub->wake();
841 mEventHub->wake();
950 mEventHub->wake();
2479 // Key down on external an keyboard should wake the device.
2482 // each wake key individually.
2866 // Moving an external trackball or mouse should wake the device.
3060 // Moving the rotary encoder should wake the device (if specified).
3401 // Initial downs on external touch devices should wake the device.
3404 mParameters.wake = getDevice()->isExternal();
3405 getDevice()->getConfiguration().tryGetProperty(String8("touch.wake"),
[all...]
H A DEventHub.cpp226 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
232 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
236 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
241 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
825 ALOGV("awoken after wake()");
833 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
993 // Poll for events. Mind the wake lock dance!
994 // We hold a wake lock at all times except during epoll_wait(). This works due to some
996 // a kernel wake lock. However, once the last pending event has been read, the device
997 // driver will release the kernel wake loc
1040 void EventHub::wake() { function in class:android::EventHub
[all...]
H A DInputReader.h1316 bool wake; member in struct:android::TouchInputMapper::Parameters
/frameworks/native/services/sensorservice/
H A DSensorService.cpp649 // Poll has returned. Hold a wakelock if one of the events is from a wake up sensor. The
781 // Send our events to clients. Check the state of wake lock for each client and release the
833 mLooper->wake();
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp810 virtual void wake() { function in namespace:android

Completed in 185 milliseconds

12