Searched refs:EvdevModule (Results 1 – 2 of 2) sorted by relevance
38 class EvdevModule { class41 explicit EvdevModule(InputHostInterface* inputHost);55 static std::unique_ptr<EvdevModule> gEvdevModule;57 EvdevModule::EvdevModule(InputHostInterface* inputHost) : in EvdevModule() function in android::EvdevModule62 void EvdevModule::init() { in init()66 mPollThread = std::thread(&EvdevModule::loop, this); in init()69 void EvdevModule::notifyReport(input_report_t* r) { in notifyReport()81 void EvdevModule::loop() { in loop()102 gEvdevModule = std::make_unique<EvdevModule>(inputHost); in input_init()
50 EvdevModule.cpp