Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/aidl/
Dgeneric_context_hub_aidl.cc696 for (int64_t nanoappIdToUnload : nanoappIdList) { in unloadNanoappsInternal() local
697 LOGI("Unloading nanoapp with ID: 0x%016" PRIx64, nanoappIdToUnload); in unloadNanoappsInternal()
700 if (!unloadNanoappInternal(nanoappIdToUnload, in unloadNanoappsInternal()
703 nanoappIdToUnload); in unloadNanoappsInternal()
712 nanoappIdToUnload); in unloadNanoappsInternal()
719 LOGE("Failed to unload nanoapp with ID 0x%" PRIx64, nanoappIdToUnload); in unloadNanoappsInternal()