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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 6 =begin rdoc ANTLR3::Debug::EventHub
14 class EventHub
  /frameworks/native/services/inputflinger/
EventHub.cpp 34 #define LOG_TAG "EventHub"
38 #include "EventHub.h"
138 // --- EventHub::Device ---
140 EventHub::Device::Device(int fd, int32_t id, const String8& path,
156 EventHub::Device::~Device() {
162 void EventHub::Device::close() {
170 // --- EventHub ---
172 const uint32_t EventHub::EPOLL_ID_INOTIFY;
173 const uint32_t EventHub::EPOLL_ID_WAKE;
174 const int EventHub::EPOLL_SIZE_HINT
    [all...]
EventHub.h 70 * A raw event as retrieved from the EventHub.
206 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
249 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
255 /* Dump EventHub state to a string. */
262 class EventHub : public EventHubInterface
265 EventHub();
321 virtual ~EventHub();
409 // EventHub remaps the built-in keyboard to id 0 externally as required by the API.

Completed in 95 milliseconds