Searched defs:EventHub (Results 1 - 3 of 3) 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,
175 EventHub::Device::~Device() {
181 void EventHub::Device::close() {
189 // --- EventHub ---
191 const uint32_t EventHub::EPOLL_ID_INOTIFY;
192 const uint32_t EventHub::EPOLL_ID_WAKE;
193 const int EventHub
196 EventHub::EventHub(void) : function in class:android::EventHub
[all...]
H A DEventHub.h55 * A raw event as retrieved from the EventHub.
189 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
230 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
236 /* Dump EventHub state to a string. */
243 class EventHub : public EventHubInterface class in namespace:android
246 EventHub();
300 virtual ~EventHub();
374 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java197 // Create an EventHub to handle messages before and after the thread is
199 mEventHub = new EventHub();
492 sendMessage(EventHub.POPULATE_VISITED_LINKS, (Object)value);
514 sendMessage(EventHub.GEOLOCATION_PERMISSIONS_PROVIDE, data);
735 // EventHub for processing messages
736 private final EventHub mEventHub;
772 case EventHub.ADD_PACKAGE_NAME:
780 case EventHub.REMOVE_PACKAGE_NAME:
788 case EventHub.PROXY_CHANGED:
796 case EventHub
1061 public class EventHub implements WebViewInputDispatcher.WebKitCallbacks { class in class:WebViewCore
1206 private EventHub() {} method in class:WebViewCore.EventHub
[all...]

Completed in 621 milliseconds