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

/frameworks/base/services/input/
H A DEventHub.cpp17 #define LOG_TAG "EventHub"
21 #include "EventHub.h"
115 // --- EventHub::Device ---
117 EventHub::Device::Device(int fd, int32_t id, const String8& path,
130 EventHub::Device::~Device() {
136 void EventHub::Device::close() {
144 // --- EventHub ---
146 const uint32_t EventHub::EPOLL_ID_INOTIFY;
147 const uint32_t EventHub::EPOLL_ID_WAKE;
148 const int EventHub
151 EventHub::EventHub(void) : function in class:android::EventHub
[all...]
H A DEventHub.h47 * A raw event as retrieved from the EventHub.
177 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
213 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
219 /* Dump EventHub state to a string. */
226 class EventHub : public EventHubInterface class in namespace:android
229 EventHub();
279 virtual ~EventHub();
335 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.
H A DAndroid.mk20 EventHub.cpp \
/frameworks/base/core/java/android/webkit/
H A DWebView.java91 import android.webkit.WebViewCore.EventHub;
1154 WebViewCore.sendStaticMessage(EventHub.PROXY_CHANGED, null);
1157 WebViewCore.sendStaticMessage(EventHub.PROXY_CHANGED, proxyProperties);
1190 WebViewCore.sendStaticMessage(EventHub.ADD_PACKAGE_NAME, packageName);
1192 WebViewCore.sendStaticMessage(EventHub.REMOVE_PACKAGE_NAME, packageName);
1249 mWebViewCore.sendMessage(EventHub.ADD_PACKAGE_NAMES, installedPackages);
1741 mWebViewCore.sendMessage(EventHub.SET_JS_FLAGS, flags);
1752 mWebViewCore.sendMessage(EventHub.SET_NETWORK_STATE,
1765 mWebViewCore.sendMessage(EventHub.SET_NETWORK_TYPE, map);
2053 mWebViewCore.sendMessage(EventHub
[all...]
H A DWebViewCore.java175 // Create an EventHub to handle messages before and after the thread is
177 mEventHub = new EventHub();
408 sendMessage(EventHub.POPULATE_VISITED_LINKS, (Object)value);
429 sendMessage(EventHub.GEOLOCATION_PERMISSIONS_PROVIDE, data);
664 // EventHub for processing messages
665 private final EventHub mEventHub;
700 case EventHub.ADD_PACKAGE_NAME:
708 case EventHub.REMOVE_PACKAGE_NAME:
716 case EventHub.PROXY_CHANGED:
926 public class EventHub { class in class:WebViewCore
1064 private EventHub() {} method in class:WebViewCore.EventHub
[all...]
H A DPluginFullScreenHolder.java141 WebViewCore.EventHub.HIDE_FULLSCREEN, mNpp, 0);
H A DSearchBoxImpl.java21 import android.webkit.WebViewCore.EventHub;
191 mWebViewCore.sendMessage(EventHub.EXECUTE_JS, js);
H A DAccessibilityInjector.java26 import android.webkit.WebViewCore.EventHub;
283 webViewCore.sendMessage(EventHub.MODIFY_SELECTION, direction, axis);
H A DBrowserFrame.java413 mWebViewCore.removeMessages(WebViewCore.EventHub.WEBKIT_DRAW);
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp294 sp<EventHub> eventHub = new EventHub();

Completed in 123 milliseconds