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

  /frameworks/native/services/inputflinger/
EventHub.cpp 34 #define LOG_TAG "EventHub"
38 #include "EventHub.h"
142 // --- EventHub::Device ---
144 EventHub::Device::Device(int fd, int32_t id, const String8& path,
161 EventHub::Device::~Device() {
167 void EventHub::Device::close() {
174 status_t EventHub::Device::enable() {
184 status_t EventHub::Device::disable() {
190 bool EventHub::Device::hasValidFd() {
194 // --- EventHub --
    [all...]
EventHub.h 68 * A raw event as retrieved from the EventHub.
214 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
257 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
263 /* Dump EventHub state to a string. */
279 class EventHub : public EventHubInterface
282 EventHub();
339 virtual ~EventHub();
440 // 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
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 59 autoload :EventHub, 'antlr3/debug/event-hub'
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 342 sp<EventHub> eventHub = new EventHub();
343 mInputManager = new InputManager(eventHub, this, this);
    [all...]

Completed in 2623 milliseconds