Searched defs:unloadNanoapp (Results 1 – 6 of 6) sorted by relevance
/system/chre/test/simulation/inc/ | ||
D | test_util.h | 96 void unloadNanoapp(Nanoapp app) { in unloadNanoapp() function |
/system/chre/test/simulation/ | ||
D | test_util.cc | 101 void unloadNanoapp<uint64_t>(uint64_t appId) { in unloadNanoapp() function |
/system/chre/host/hal_generic/common/ | ||
D | hal_chre_socket_connection.cc | 127 bool HalChreSocketConnection::unloadNanoapp(uint64_t appId, in unloadNanoapp() function in android::hardware::contexthub::common::implementation::HalChreSocketConnection |
/system/chre/host/hal_generic/aidl/ | ||
D | generic_context_hub_aidl.cc | 131 ScopedAStatus ContextHub::unloadNanoapp(int32_t contextHubId, int64_t appId, in unloadNanoapp() function in aidl::android::hardware::contexthub::ContextHub |
/system/chre/core/ | ||
D | event_loop.cc | 196 bool EventLoop::unloadNanoapp(uint16_t instanceId, in unloadNanoapp() function in chre::EventLoop |
/system/chre/host/common/test/power_test/ | ||
D | chre_power_test_client.cc | 451 bool unloadNanoapp(SocketClient &client, sp<SocketCallbacks> callbacks, in unloadNanoapp() function |