Home
last modified time | relevance | path

Searched refs:PendingLoadNanoappInfo (Results 1 – 3 of 3) sorted by relevance

/system/chre/host/hal_generic/common/
Dhal_client_manager.h132 struct PendingLoadNanoappInfo { struct
133 PendingLoadNanoappInfo(uint64_t appId, size_t appSize, in PendingLoadNanoappInfo() function
215 std::optional<PendingLoadNanoappInfo>
381 [[nodiscard]] PendingLoadNanoappInfo getNanoappInfo() const { in getNanoappInfo()
382 return PendingLoadNanoappInfo{transaction->getNanoappId(), in getNanoappInfo()
Dhal_client_manager.cc505 std::optional<HalClientManager::PendingLoadNanoappInfo>
530 return std::make_optional<PendingLoadNanoappInfo>( in getNanoappInfoFromPendingLoadTransaction()
Dmulti_client_context_hub_base.cc774 std::optional<HalClientManager::PendingLoadNanoappInfo> nanoappInfo = in onNanoappLoadResponse()