Searched refs:EventHub (Results 1 – 4 of 4) sorted by relevance
144 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device()161 EventHub::Device::~Device() { in ~Device()167 void EventHub::Device::close() { in close()174 status_t EventHub::Device::enable() { in enable()184 status_t EventHub::Device::disable() { in disable()190 bool EventHub::Device::hasValidFd() { in hasValidFd()196 const uint32_t EventHub::EPOLL_ID_INOTIFY;197 const uint32_t EventHub::EPOLL_ID_WAKE;198 const int EventHub::EPOLL_SIZE_HINT;199 const int EventHub::EPOLL_MAX_EVENTS;[all …]
279 class EventHub : public EventHubInterface282 EventHub();339 virtual ~EventHub();
19 "EventHub.cpp",
342 sp<EventHub> eventHub = new EventHub(); in NativeInputManager()