Home
last modified time | relevance | path

Searched refs:EventHub (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.cpp140 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::EventHub
226 EventHub::~EventHub(void) { in ~EventHub()
243 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()
[all …]
DAndroid.mk19 EventHub.cpp \
DEventHub.h262 class EventHub : public EventHubInterface
265 EventHub();
321 virtual ~EventHub();
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp296 sp<EventHub> eventHub = new EventHub(); in NativeInputManager()