Searched defs:EventHub (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DEventHub.h70 * A raw event as retrieved from the EventHub.
216 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
259 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
265 /* Dump EventHub state to a string. */
272 class EventHub : public EventHubInterface class in namespace:android
275 EventHub();
332 virtual ~EventHub();
421 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.
H A DEventHub.cpp34 #define LOG_TAG "EventHub"
38 #include "EventHub.h"
145 // --- EventHub::Device ---
147 EventHub::Device::Device(int fd, int32_t id, const String8& path,
163 EventHub::Device::~Device() {
169 void EventHub::Device::close() {
177 // --- EventHub ---
179 const uint32_t EventHub::EPOLL_ID_INOTIFY;
180 const uint32_t EventHub::EPOLL_ID_WAKE;
181 const int EventHub
184 EventHub::EventHub(void) : function in class:android::EventHub
[all...]

Completed in 62 milliseconds