Home
last modified time | relevance | path

Searched refs:mTargetLpmaEnabled (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/
Dst_hal_lpma_handler.cc64 if (mTargetLpmaEnabled) { in ~StHalLpmaHandler()
84 mTargetLpmaEnabled = enabled; in enable()
116 if (mCurrentLpmaEnabled == mTargetLpmaEnabled) { in stHalRequestAndProcessLocked()
118 } else if (mTargetLpmaEnabled && loadAndStart()) { in stHalRequestAndProcessLocked()
119 mCurrentLpmaEnabled = mTargetLpmaEnabled; in stHalRequestAndProcessLocked()
120 } else if (!mTargetLpmaEnabled) { in stHalRequestAndProcessLocked()
126 mCurrentLpmaEnabled = mTargetLpmaEnabled; in stHalRequestAndProcessLocked()
139 bool retryNeeded = (mCurrentLpmaEnabled != mTargetLpmaEnabled); in stHalLpmaHandlerThreadEntry()
167 if (mTargetLpmaEnabled) { in onStHalServiceDeath()
/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h81 bool mTargetLpmaEnabled; variable