Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/disp-power/
DInteractionHandler.h49 void Routine();
DInteractionHandler.cpp81 mThread = std::unique_ptr<std::thread>(new std::thread(&InteractionHandler::Routine, this)); in Init()
237 void InteractionHandler::Routine() { in Routine() function in InteractionHandler