HomeSort by relevance Sort by last modified time
    Searched full:eventhub (Results 1 - 25 of 25) 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...]
InputManager.cpp 28 const sp<EventHubInterface>& eventHub,
32 mReader = new InputReader(eventHub, readerPolicy, mDispatcher);
InputManager.h 24 #include "EventHub.h"
82 const sp<EventHubInterface>& eventHub,
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 \
InputReader.h 20 #include "EventHub.h"
258 * Nominally reads and processes one incoming message from the EventHub.
328 * EventHub or the InputReaderPolicy but it is never held while calling into the
333 InputReader(const sp<EventHubInterface>& eventHub,
    [all...]
InputReader.cpp 21 // Log debug messages for each raw event received from the EventHub.
239 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
242 mContext(this), mEventHub(eventHub), mPolicy(policy),
784 // Check the EventHub
    [all...]
  /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...]
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...]
PluginFullScreenHolder.java 141 WebViewCore.EventHub.HIDE_FULLSCREEN, mNpp, 0);
SearchBoxImpl.java 21 import android.webkit.WebViewCore.EventHub;
191 mWebViewCore.sendMessage(EventHub.EXECUTE_JS, js);
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);
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
  /docs/source.android.com/src/tech/input/
overview.md 44 Next, the Android `EventHub` component reads input events from the kernel
112 Key maps are used by the Android `EventHub` and `InputReader` components
122 Input device configuration files are used by the Android `EventHub` and
dumpsys.md 39 The `EventHub` component is responsible for communicating with the kernel device
92 field correspond to flags in `EventHub.h` such as `INPUT_DEVICE_CLASS_TOUCH_MT`.
keyboard-devices.md 99 1. The `EventHub` reads raw events from the `evdev` driver and maps Linux key codes
112 certain keys are pressed. The `EventHub` effectively holds a wake lock
    [all...]
touch-devices.md 457 1. The `EventHub` reads raw events from the `evdev` driver.
    [all...]
  /external/qemu/android/
multitouch-screen.c 145 /* Send events indicating a "pointer down" to the EventHub */
176 /* Send event indicating "pointer up" to the EventHub. */
187 * next time we send events to the EventHub. */
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 290 sp<EventHub> eventHub = new EventHub();
291 mInputManager = new InputManager(eventHub, this, this);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 59 autoload :EventHub, 'antlr3/debug/event-hub'
  /frameworks/base/services/input/tests/
InputReader_test.cpp 637 << "Attempted to set the state of an LED that the EventHub declared "
696 FakeInputReaderContext(const sp<EventHubInterface>& eventHub,
699 mEventHub(eventHub), mPolicy(policy), mListener(listener),
898 InstrumentedInputReader(const sp<EventHubInterface>& eventHub,
901 InputReader(eventHub, policy, listener),
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 489 milliseconds