Home
last modified time | relevance | path

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

/system/chre/host/msm/daemon/
Dfastrpc_daemon.cc44 constexpr bool kLpmaAllowed = true; variable
46 constexpr bool kLpmaAllowed = false;
51 FastRpcChreDaemon::FastRpcChreDaemon() : mLpmaHandler(kLpmaAllowed) {} in FastRpcChreDaemon()