Searched refs:EventHub (Results 1 – 4 of 4) sorted by relevance
147 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device()163 EventHub::Device::~Device() { in ~Device()169 void EventHub::Device::close() { in close()179 const uint32_t EventHub::EPOLL_ID_INOTIFY;180 const uint32_t EventHub::EPOLL_ID_WAKE;181 const int EventHub::EPOLL_SIZE_HINT;182 const int EventHub::EPOLL_MAX_EVENTS;184 EventHub::EventHub(void) : in EventHub() function in android::EventHub233 EventHub::~EventHub(void) { in ~EventHub()250 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()[all …]
19 EventHub.cpp \
268 class EventHub : public EventHubInterface271 EventHub();327 virtual ~EventHub();
305 sp<EventHub> eventHub = new EventHub(); in NativeInputManager()