Home
last modified time | relevance | path

Searched refs:InteractionHandler (Results 1 – 7 of 7) sorted by relevance

/hardware/google/pixel/power-libperfmgr/disp-power/
DInteractionHandler.cpp39 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()
[all …]
DInteractionHandler.h37 class InteractionHandler {
39 InteractionHandler(std::shared_ptr<HintManager> const &hint_manager);
40 ~InteractionHandler();
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.h36 using ::InteractionHandler;
53 std::unique_ptr<InteractionHandler> mInteractionHandler;
DPower.cpp52 mInteractionHandler = std::make_unique<InteractionHandler>(mHintManager); in Power()
/hardware/google/pixel/power-libperfmgr/hidl/
DPower.h39 using ::InteractionHandler;
75 std::unique_ptr<InteractionHandler> mInteractionHandler;
DPower.cpp76 mInteractionHandler = std::make_unique<InteractionHandler>(mHintManager); in Power()
/hardware/google/pixel/power-libperfmgr/
DAndroid.bp21 "disp-power/InteractionHandler.cpp",