Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/unload_tester/
H A Dunload_tester.cc49 } else if (!eventLoop.unloadNanoapp(instanceId, true)) { in handleUnload()
/aosp12/system/chre/core/include/chre/core/
H A Devent_loop.h136 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
/aosp12/system/chre/host/common/test/power_test/
H A 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()
/aosp12/system/chre/core/
H A Devent_loop.cc207 bool EventLoop::unloadNanoapp(uint32_t instanceId, in unloadNanoapp() function in chre::EventLoop
/aosp12/system/chre/platform/slpi/
H A Dhost_link.cc264 eventLoop.unloadNanoapp(instanceId, cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()