Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h253 if (mPendingLoadTransaction.has_value()) { in loadNanoApp()
259 mPendingLoadTransaction = FragmentedLoadTransaction( in loadNanoApp()
264 sendFragmentedLoadNanoAppRequest(mPendingLoadTransaction.value()); in loadNanoApp()
266 mPendingLoadTransaction.reset(); in loadNanoApp()
465 if (!mParent.mPendingLoadTransaction.has_value()) { in handleLoadNanoappResponse()
471 mParent.mPendingLoadTransaction.value(); in handleLoadNanoappResponse()
497 mParent.mPendingLoadTransaction.reset(); in handleLoadNanoappResponse()
596 std::optional<FragmentedLoadTransaction> mPendingLoadTransaction; variable
633 return mPendingLoadTransaction.has_value() && in isExpectedLoadResponseLocked()
634 (mPendingLoadTransaction->getTransactionId() == in isExpectedLoadResponseLocked()