HomeSort by relevance Sort by last modified time
    Searched defs:EventHub (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/ui/
EventHub.cpp 14 #define LOG_TAG "EventHub"
18 #include <ui/EventHub.h>
95 EventHub::device_t::device_t(int32_t _id, const char* _path, const char* name)
100 EventHub::device_t::~device_t() {
105 EventHub::EventHub(void)
121 EventHub::~EventHub(void)
127 status_t EventHub::errorCheck() const
132 String8 EventHub::getDeviceName(int32_t deviceId) cons
    [all...]
  /frameworks/base/include/ui/
EventHub.h 63 * A raw event as retrieved from the EventHub.
170 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
193 class EventHub : public EventHubInterface
196 EventHub();
224 virtual ~EventHub();
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 161 // Create an EventHub to handle messages before and after the thread is
163 mEventHub = new EventHub();
361 sendMessage(EventHub.POPULATE_VISITED_LINKS, (Object)value);
382 sendMessage(EventHub.GEOLOCATION_PERMISSIONS_PROVIDE, data);
589 // EventHub for processing messages
590 private final EventHub mEventHub;
784 class EventHub {
885 // posting more messages to the EventHub or to WebView's event handler.
892 * Prevent other classes from creating an EventHub.
894 private EventHub() {}
    [all...]

Completed in 45 milliseconds