Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/disp-power/
DInteractionHandler.cpp85 InteractionHandler::InteractionHandler() in InteractionHandler() function in aidl::google::hardware::power::impl::pixel::InteractionHandler
88 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 …]
DInteractionHandler.h39 class InteractionHandler {
41 InteractionHandler();
42 ~InteractionHandler();
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.h59 std::unique_ptr<InteractionHandler> mInteractionHandler;
DPower.cpp56 mInteractionHandler = std::make_unique<InteractionHandler>(); in Power()
/hardware/google/pixel/power-libperfmgr/
DAndroid.bp25 "disp-power/InteractionHandler.cpp",