Searched refs:unloadNanoapp (Results 1 – 4 of 4) sorted by relevance
46 } else if (!eventLoop.unloadNanoapp(instanceId, true)) { in handleUnload()
125 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
191 bool EventLoop::unloadNanoapp(uint32_t instanceId, in unloadNanoapp() function in chre::EventLoop
296 success = eventLoop.unloadNanoapp(instanceId, in handleUnloadNanoappCallback()