Lines Matching refs:InteractionHandler
39 InteractionHandler::InteractionHandler(std::shared_ptr<HintManager> const &hint_manager) in InteractionHandler() function in InteractionHandler
47 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()
185 void InteractionHandler::AbortWaitLocked() { in AbortWaitLocked()
192 void InteractionHandler::WaitForIdle(int32_t wait_ms, int32_t timeout_ms) { in WaitForIdle()
237 void InteractionHandler::Routine() { in Routine()