Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp144 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 …]
DEventHub.h279 class EventHub : public EventHubInterface
282 EventHub();
339 virtual ~EventHub();
DAndroid.bp19 "EventHub.cpp",
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp342 sp<EventHub> eventHub = new EventHub(); in NativeInputManager()