Searched refs:EventHub (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/input/
H A DEventHub.cpp17 #define LOG_TAG "EventHub"
21 #include "EventHub.h"
158 // --- EventHub::Device ---
160 EventHub::Device::Device(int fd, int32_t id, const String8& path,
176 EventHub::Device::~Device() {
182 void EventHub::Device::close() {
190 // --- EventHub ---
192 const uint32_t EventHub::EPOLL_ID_INOTIFY;
193 const uint32_t EventHub::EPOLL_ID_WAKE;
194 const int EventHub
197 EventHub::EventHub(void) : function in class:android::EventHub
[all...]
H A DAndroid.mk20 EventHub.cpp \
H A DEventHub.h70 * A raw event as retrieved from the EventHub.
206 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
247 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
253 /* Dump EventHub state to a string. */
260 class EventHub : public EventHubInterface class in namespace:android
263 EventHub();
319 virtual ~EventHub();
401 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp281 sp<EventHub> eventHub = new EventHub();

Completed in 434 milliseconds