Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DEvdevModule.cpp55 static std::unique_ptr<EvdevModule> gEvdevModule; variable
102 gEvdevModule = std::make_unique<EvdevModule>(inputHost); in input_init()
103 gEvdevModule->init(); in input_init()
108 LOG_ALWAYS_FATAL_IF(gEvdevModule == nullptr); in input_notify_report()
109 gEvdevModule->notifyReport(r); in input_notify_report()