HomeSort by relevance Sort by last modified time
    Searched defs:EventHub (Results 1 - 4 of 4) 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,
176 EventHub::Device::~Device() {
182 void EventHub::Device::close() {
190 // --- EventHub ---
192 const uint32_t EventHub::EPOLL_ID_INOTIFY;
193 const uint32_t EventHub::EPOLL_ID_WAKE;
194 const int EventHub::EPOLL_SIZE_HINT
    [all...]
EventHub.h 69 * A raw event as retrieved from the EventHub.
203 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
244 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
250 /* Dump EventHub state to a string. */
257 class EventHub : public EventHubInterface
260 EventHub();
314 virtual ~EventHub();
391 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 6 =begin rdoc ANTLR3::Debug::EventHub
14 class EventHub
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 199 // Create an EventHub to handle messages before and after the thread is
201 mEventHub = new EventHub();
494 sendMessage(EventHub.POPULATE_VISITED_LINKS, (Object)value);
516 sendMessage(EventHub.GEOLOCATION_PERMISSIONS_PROVIDE, data);
737 // EventHub for processing messages
738 private final EventHub mEventHub;
774 case EventHub.ADD_PACKAGE_NAME:
782 case EventHub.REMOVE_PACKAGE_NAME:
790 case EventHub.PROXY_CHANGED:
798 case EventHub.HEARTBEAT
    [all...]

Completed in 72 milliseconds