Home
last modified time | relevance | path

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

/system/chre/apps/unload_tester/
Dunload_tester.cc46 } else if (!eventLoop.unloadNanoapp(instanceId, true)) { in handleUnload()
/system/chre/core/include/chre/core/
Devent_loop.h125 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
/system/chre/core/
Devent_loop.cc191 bool EventLoop::unloadNanoapp(uint32_t instanceId, in unloadNanoapp() function in chre::EventLoop
/system/chre/platform/slpi/
Dhost_link.cc296 success = eventLoop.unloadNanoapp(instanceId, in handleUnloadNanoappCallback()