Home
last modified time | relevance | path

Searched refs:mLpmaHandler (Results 1 – 6 of 6) sorted by relevance

/system/chre/host/msm/daemon/
Dfastrpc_daemon.h64 mLpmaHandler.enable(enabled); in configureLpma()
71 StHalLpmaHandler mLpmaHandler; variable
Dfastrpc_daemon.cc51 FastRpcChreDaemon::FastRpcChreDaemon() : mLpmaHandler(kLpmaAllowed) {} in FastRpcChreDaemon()
69 mLpmaHandler.init(); in init()
/system/chre/host/exynos/
Dexynos_daemon.h63 mLpmaHandler.enable(enabled); in configureLpma()
76 StHalLpmaHandler mLpmaHandler; variable
Dexynos_daemon.cc48 ExynosDaemon::ExynosDaemon() : mLpmaHandler(true /* LPMA enabled */) { in ExynosDaemon()
/system/chre/host/tinysys/hal/
Dtinysys_chre_connection.h46 : mCallback(callback), mLpmaHandler(/* allowed= */ true) { in TinysysChreConnection()
98 return &mLpmaHandler; in getLpmaHandler()
210 StHalLpmaHandler mLpmaHandler; variable
Dtinysys_chre_connection.cc87 mLpmaHandler.init(); in init()