Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp147 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::EventHub
233 EventHub::~EventHub(void) { in ~EventHub()
250 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier()
[all …]
DAndroid.mk19 EventHub.cpp \
DEventHub.h268 class EventHub : public EventHubInterface
271 EventHub();
327 virtual ~EventHub();
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp305 sp<EventHub> eventHub = new EventHub(); in NativeInputManager()