Searched refs:unloadNanoapp (Results 1 – 5 of 5) sorted by relevance
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 49 } else if (!eventLoop.unloadNanoapp(instanceId, true)) { in handleUnload()
|
/system/chre/core/include/chre/core/ |
D | event_loop.h | 136 bool unloadNanoapp(uint32_t instanceId, bool allowSystemNanoappUnload);
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 419 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/ |
D | event_loop.cc | 203 bool EventLoop::unloadNanoapp(uint32_t instanceId, in unloadNanoapp() function in chre::EventLoop
|
/system/chre/platform/slpi/ |
D | host_link.cc | 264 eventLoop.unloadNanoapp(instanceId, cbData->allowSystemNanoappUnload); in handleUnloadNanoappCallback()
|