Home
last modified time | relevance | path

Searched defs:PendingLoadTransaction (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/chre/host/hal_generic/common/
H A Dhal_client_manager.h377 struct PendingLoadTransaction : public PendingTransaction { struct
378 PendingLoadTransaction( in PendingLoadTransaction() function
387 uint32_t currentFragmentId; // the fragment id being sent out.
388 std::unique_ptr<chre::FragmentedLoadTransaction> transaction;
390 [[nodiscard]] PendingLoadNanoappInfo getNanoappInfo() const { in getNanoappInfo()
396 [[nodiscard]] std::string toString() const { in toString()