Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc231 if (mPendingLoadTransaction.has_value()) { in loadNanoApp()
237 mPendingLoadTransaction = FragmentedLoadTransaction( in loadNanoApp()
242 mPendingLoadTransaction.value()); in loadNanoApp()
244 mPendingLoadTransaction.reset(); in loadNanoApp()
445 if (!mParent.mPendingLoadTransaction.has_value()) { in handleLoadNanoappResponse()
449 mParent.mPendingLoadTransaction.value(); in handleLoadNanoappResponse()
474 mParent.mPendingLoadTransaction.reset(); in handleLoadNanoappResponse()
487 return mPendingLoadTransaction.has_value() in isExpectedLoadResponseLocked()
488 && (mPendingLoadTransaction->getTransactionId() in isExpectedLoadResponseLocked()
Dgeneric_context_hub.h143 std::optional<FragmentedLoadTransaction> mPendingLoadTransaction; variable