Searched refs:InteractionHandler (Results 1 – 7 of 7) sorted by relevance
39 InteractionHandler::InteractionHandler(std::shared_ptr<HintManager> const &hint_manager) in InteractionHandler() function in InteractionHandler47 InteractionHandler::~InteractionHandler() { in ~InteractionHandler()62 bool InteractionHandler::Init() { in Init()81 mThread = std::unique_ptr<std::thread>(new std::thread(&InteractionHandler::Routine, this)); in Init()86 void InteractionHandler::Exit() { in Exit()102 void InteractionHandler::PerfLock() { in PerfLock()110 void InteractionHandler::PerfRel() { in PerfRel()118 size_t InteractionHandler::CalcTimespecDiffMs(struct timespec start, struct timespec end) { in CalcTimespecDiffMs()125 void InteractionHandler::Acquire(int32_t duration) { in Acquire()169 void InteractionHandler::Release() { in Release()[all …]
37 class InteractionHandler {39 InteractionHandler(std::shared_ptr<HintManager> const &hint_manager);40 ~InteractionHandler();
36 using ::InteractionHandler;53 std::unique_ptr<InteractionHandler> mInteractionHandler;
52 mInteractionHandler = std::make_unique<InteractionHandler>(mHintManager); in Power()
39 using ::InteractionHandler;75 std::unique_ptr<InteractionHandler> mInteractionHandler;
76 mInteractionHandler = std::make_unique<InteractionHandler>(mHintManager); in Power()
21 "disp-power/InteractionHandler.cpp",