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()209 EventHub::Device::~Device() { in ~Device()214 void EventHub::Device::close() { in close()221 status_t EventHub::Device::enable() { in enable()231 status_t EventHub::Device::disable() { in disable()237 bool EventHub::Device::hasValidFd() { in hasValidFd()243 const int EventHub::EPOLL_MAX_EVENTS;245 EventHub::EventHub(void) : in EventHub() function in android::EventHub302 EventHub::~EventHub(void) { in ~EventHub()319 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()[all …]
25 return new InputReader(new EventHub(), policy, listener); in createInputReader()
262 class EventHub : public EventHubInterface265 EventHub();323 virtual ~EventHub();
75 "EventHub.cpp",
2573 * and the time at which the input event was received in EventHub.