Home
last modified time | relevance | path

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

/chre-3.4.0/platform/shared/include/chre/platform/shared/
Dnanoapp_load_manager.h93 bool hasPendingLoadTransaction() const { in hasPendingLoadTransaction() function
102 return hasPendingLoadTransaction() && mNanoapp->isLoaded(); in isLoadComplete()
/chre-3.4.0/platform/shared/
Dnanoapp_load_manager.cc26 if (hasPendingLoadTransaction()) { in prepareForLoad()
74 if (!hasPendingLoadTransaction()) { in validateFragment()
/chre-3.4.0/platform/slpi/
Dhost_link.cc550 if (sLoadManager.hasPendingLoadTransaction()) { in handleLoadNanoappData()