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

  /frameworks/base/services/input/
EventHub.cpp 17 #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::EPOLL_SIZE_HINT
    [all...]
EventHub.h 55 * 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
246 EventHub();
300 virtual ~EventHub();
374 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.
Android.mk 20 EventHub.cpp \
  /frameworks/base/core/java/android/webkit/
WebCoreThreadWatchdog.java 27 import android.webkit.WebViewCore.EventHub;
122 mWebCoreThreadHandler.removeMessages(EventHub.HEARTBEAT);
138 mWebCoreThreadHandler.obtainMessage(EventHub.HEARTBEAT,
159 mWebCoreThreadHandler.obtainMessage(EventHub.HEARTBEAT,
218 mWebCoreThreadHandler.obtainMessage(EventHub.HEARTBEAT,
WebViewClassic.java 100 import android.webkit.WebViewCore.EventHub;
    [all...]
AccessibilityInjector.java 28 import android.webkit.WebViewCore.EventHub;
225 mWebViewClassic.sendBatchableInputMessage(EventHub.KEY_UP, 0, 0, event);
227 mWebViewClassic.sendBatchableInputMessage(EventHub.KEY_DOWN, 0, 0, event);
PluginFullScreenHolder.java 141 WebViewCore.EventHub.HIDE_FULLSCREEN, mNpp, 0);
WebViewCore.java 195 // Create an EventHub to handle messages before and after the thread is
197 mEventHub = new EventHub();
487 sendMessage(EventHub.POPULATE_VISITED_LINKS, (Object)value);
509 sendMessage(EventHub.GEOLOCATION_PERMISSIONS_PROVIDE, data);
750 // EventHub for processing messages
751 private final EventHub mEventHub;
787 case EventHub.ADD_PACKAGE_NAME:
795 case EventHub.REMOVE_PACKAGE_NAME:
803 case EventHub.PROXY_CHANGED:
811 case EventHub.HEARTBEAT
    [all...]
SearchBoxImpl.java 21 import android.webkit.WebViewCore.EventHub;
191 mWebViewCore.sendMessage(EventHub.EXECUTE_JS, js);
AccessibilityInjectorFallback.java 28 import android.webkit.WebViewCore.EventHub;
369 webViewCore.sendMessage(EventHub.MODIFY_SELECTION, direction, axis);
BrowserFrame.java 414 mWebViewCore.removeMessages(WebViewCore.EventHub.WEBKIT_DRAW);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 6 =begin rdoc ANTLR3::Debug::EventHub
14 class EventHub
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 59 autoload :EventHub, 'antlr3/debug/event-hub'
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 290 sp<EventHub> eventHub = new EventHub();
291 mInputManager = new InputManager(eventHub, this, this);
    [all...]

Completed in 654 milliseconds