Home
last modified time | relevance | path

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

/system/chre/host/common/
Dst_hal_lpma_handler.cc54 StHalLpmaHandler::StHalLpmaHandler(bool allowed) : mIsLpmaAllowed(allowed) { in StHalLpmaHandler() function in android::chre::StHalLpmaHandler
63 StHalLpmaHandler::~StHalLpmaHandler() { in ~StHalLpmaHandler()
75 void StHalLpmaHandler::init() { in init()
77 mThread = std::thread(&StHalLpmaHandler::stHalLpmaHandlerThreadEntry, this); in init()
81 void StHalLpmaHandler::enable(bool enabled) { in enable()
92 bool StHalLpmaHandler::loadAndStart() { in loadAndStart()
103 void StHalLpmaHandler::stopAndUnload() { in stopAndUnload()
108 void StHalLpmaHandler::stHalRequestAndProcessLocked( in stHalRequestAndProcessLocked()
130 void StHalLpmaHandler::stHalLpmaHandlerThreadEntry() { in stHalLpmaHandlerThreadEntry()
163 void StHalLpmaHandler::onStHalServiceDeath() { in onStHalServiceDeath()
[all …]
/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h58 class StHalLpmaHandler {
60 StHalLpmaHandler() = delete;
61 explicit StHalLpmaHandler(bool allowed);
63 ~StHalLpmaHandler();
/system/chre/host/tinysys/hal/
Dtinysys_chre_connection.h34 using ::android::chre::StHalLpmaHandler;
97 inline StHalLpmaHandler *getLpmaHandler() { in getLpmaHandler()
210 StHalLpmaHandler mLpmaHandler;
/system/chre/host/msm/daemon/
Dfastrpc_daemon.h71 StHalLpmaHandler mLpmaHandler;
/system/chre/host/exynos/
Dexynos_daemon.h76 StHalLpmaHandler mLpmaHandler;