Searched refs:Routine (Results 1 – 2 of 2) sorted by relevance
49 void Routine();
81 mThread = std::unique_ptr<std::thread>(new std::thread(&InteractionHandler::Routine, this)); in Init()237 void InteractionHandler::Routine() { in Routine() function in InteractionHandler