Home
last modified time | relevance | path

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

/system/chre/apps/unload_tester/
Dunload_tester.cc49 } else if (!eventLoop.unloadNanoapp(instanceId, true)) { in handleUnload()
/system/chre/core/include/chre/core/
Devent_loop.h136 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc419 bool unloadNanoapp(SocketClient &client, sp<SocketCallbacks> callbacks, in unloadNanoapp() function
448 if (!unloadNanoapp(client, callbacks, appId)) { in unloadAllNanoapps()
915 success = unloadNanoapp(client, callbacks, getId(args)); in main()
/system/chre/core/
Devent_loop.cc203 bool EventLoop::unloadNanoapp(uint32_t instanceId, in unloadNanoapp() function in chre::EventLoop
/system/chre/platform/slpi/
Dhost_link.cc264 eventLoop.unloadNanoapp(instanceId, cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()