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.cc67 mTargetLpmaEnabled = enabled; in enable()
144 if (mCurrentLpmaEnabled == mTargetLpmaEnabled) { in waitOnStHalRequestAndProcess()
151 } else if (mTargetLpmaEnabled && load()) { in waitOnStHalRequestAndProcess()
152 mCurrentLpmaEnabled = mTargetLpmaEnabled; in waitOnStHalRequestAndProcess()
153 } else if (!mTargetLpmaEnabled) { in waitOnStHalRequestAndProcess()
159 mCurrentLpmaEnabled = mTargetLpmaEnabled; in waitOnStHalRequestAndProcess()
200 if (mTargetLpmaEnabled) { in onStHalServiceDeath()
/system/chre/host/common/include/chre_host/
Dst_hal_lpma_handler.h120 bool mTargetLpmaEnabled; variable