Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc119 bool allowSystemNanoappUnload; member
264 eventLoop.unloadNanoapp(instanceId, cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()
904 bool allowSystemNanoappUnload) { in handleUnloadNanoappRequest() argument
907 transactionId, appId, allowSystemNanoappUnload); in handleUnloadNanoappRequest()
915 cbData->allowSystemNanoappUnload = allowSystemNanoappUnload; in handleUnloadNanoappRequest()
/system/chre/host/common/
Dhost_protocol_host.cc121 bool allowSystemNanoappUnload) { in encodeUnloadNanoappRequest() argument
123 allowSystemNanoappUnload); in encodeUnloadNanoappRequest()
/system/chre/host/common/include/chre_host/
Dhost_protocol_host.h147 uint64_t appId, bool allowSystemNanoappUnload);
/system/chre/core/include/chre/core/
Devent_loop.h136 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h69 bool allowSystemNanoappUnload);
/system/chre/core/
Devent_loop.cc204 bool allowSystemNanoappUnload) { in unloadNanoapp() argument
209 if (!allowSystemNanoappUnload && mNanoapps[i]->isSystemNanoapp()) { in unloadNanoapp()