Searched refs:InteractionHandler (Results 1 – 5 of 5) sorted by relevance
85 InteractionHandler::InteractionHandler() in InteractionHandler() function in aidl::google::hardware::power::impl::pixel::InteractionHandler88 InteractionHandler::~InteractionHandler() { in ~InteractionHandler()92 bool InteractionHandler::Init() { in Init()111 mThread = std::unique_ptr<std::thread>(new std::thread(&InteractionHandler::Routine, this)); in Init()116 void InteractionHandler::Exit() { in Exit()132 void InteractionHandler::PerfLock() { in PerfLock()139 void InteractionHandler::PerfRel() { in PerfRel()146 void InteractionHandler::Acquire(int32_t duration) { in Acquire()194 void InteractionHandler::Release() { in Release()210 void InteractionHandler::AbortWaitLocked() { in AbortWaitLocked()[all …]
39 class InteractionHandler {41 InteractionHandler();42 ~InteractionHandler();
59 std::unique_ptr<InteractionHandler> mInteractionHandler;
56 mInteractionHandler = std::make_unique<InteractionHandler>(); in Power()
25 "disp-power/InteractionHandler.cpp",