Home
last modified time | relevance | path

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

/system/chre/host/common/
Dfragmented_load_transaction.cc79 bool FragmentedLoadTransaction::isComplete() const { in isComplete() function in android::chre::FragmentedLoadTransaction
/system/chre/host/common/include/chre_host/
Dfragmented_load_transaction.h108 bool isComplete() const;
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h483 if (response.success && !transaction.isComplete()) { in handleLoadNanoappResponse()