Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc122 bool allowSystemNanoappUnload; member
297 cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()
828 bool allowSystemNanoappUnload) { in handleUnloadNanoappRequest() argument
830 " system %d", transactionId, appId, allowSystemNanoappUnload); in handleUnloadNanoappRequest()
838 cbData->allowSystemNanoappUnload = allowSystemNanoappUnload; in handleUnloadNanoappRequest()
/system/chre/host/common/
Dhost_protocol_host.cc116 bool allowSystemNanoappUnload) { in encodeUnloadNanoappRequest() argument
118 builder, transactionId, appId, allowSystemNanoappUnload); in encodeUnloadNanoappRequest()
/system/chre/host/common/include/chre_host/
Dhost_protocol_host.h142 uint64_t appId, bool allowSystemNanoappUnload);
/system/chre/core/include/chre/core/
Devent_loop.h125 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h65 bool allowSystemNanoappUnload);
/system/chre/core/
Devent_loop.cc194 bool allowSystemNanoappUnload) { in unloadNanoapp() argument
199 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()