HomeSort by relevance Sort by last modified time
    Searched refs:EventHub (Results 1 - 11 of 11) 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...]
Android.mk 6 EventHub.cpp \
  /frameworks/base/include/ui/
InputManager.h 24 #include <ui/EventHub.h>
88 const sp<EventHubInterface>& eventHub,
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();
InputReader.h 20 #include <ui/EventHub.h>
132 * Nominally reads and processes one incoming message from the EventHub.
197 InputReader(const sp<EventHubInterface>& eventHub,
  /external/quake/standalone/
main.cpp 6 #include <ui/EventHub.h>
37 static android::sp<android::EventHub> gHub;
68 static const int EV_DEVICE_ADDED = android::EventHub::DEVICE_ADDED;
69 static const int EV_DEVICE_REMOVED = android::EventHub::DEVICE_REMOVED;
127 gHub = new android::EventHub();
  /frameworks/base/core/java/android/webkit/
WebView.java 74 import android.webkit.WebViewCore.EventHub;
    [all...]
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...]
PluginFullScreenHolder.java 117 WebViewCore.EventHub.HIDE_FULLSCREEN, mNpp, 0);
BrowserFrame.java 372 mWebViewCore.removeMessages(WebViewCore.EventHub.WEBKIT_DRAW);
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 274 sp<EventHub> eventHub = new EventHub();
275 mInputManager = new InputManager(eventHub, this, this);
    [all...]

Completed in 266 milliseconds