Searched refs:EventHub (Results 1 – 5 of 5) sorted by relevance
193 EventHub::Device::Device(int fd, int32_t id, const std::string& path, in Device()217 EventHub::Device::~Device() { in ~Device()222 void EventHub::Device::close() { in close()229 status_t EventHub::Device::enable() { in enable()239 status_t EventHub::Device::disable() { in disable()245 bool EventHub::Device::hasValidFd() { in hasValidFd()251 const int EventHub::EPOLL_MAX_EVENTS;253 EventHub::EventHub(void) in EventHub() function in android::EventHub316 EventHub::~EventHub(void) { in ~EventHub()333 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()[all …]
25 return new InputReader(new EventHub(), policy, listener); in createInputReader()
29 "EventHub.cpp",
260 class EventHub : public EventHubInterface {262 EventHub();319 virtual ~EventHub();
2855 * and the time at which the input event was received in EventHub.