Searched refs:EventHub (Results 1 – 4 of 4) sorted by relevance
140 EventHub::Device::Device(int fd, int32_t id, const String8& path, in Device()156 EventHub::Device::~Device() { in ~Device()162 void EventHub::Device::close() { in close()172 const uint32_t EventHub::EPOLL_ID_INOTIFY;173 const uint32_t EventHub::EPOLL_ID_WAKE;174 const int EventHub::EPOLL_SIZE_HINT;175 const int EventHub::EPOLL_MAX_EVENTS;177 EventHub::EventHub(void) : in EventHub() function in android::EventHub226 EventHub::~EventHub(void) { in ~EventHub()243 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()[all …]
19 EventHub.cpp \
262 class EventHub : public EventHubInterface265 EventHub();321 virtual ~EventHub();
296 sp<EventHub> eventHub = new EventHub(); in NativeInputManager()