Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/platform/slpi/
Dnanoapp_load_manager.h91 bool hasPendingLoadTransaction() const { in hasPendingLoadTransaction() function
100 return hasPendingLoadTransaction() && mNanoapp->isLoaded(); in isLoadComplete()
/system/chre/platform/slpi/
Dnanoapp_load_manager.cc24 if (hasPendingLoadTransaction()) { in prepareForLoad()
66 if (!hasPendingLoadTransaction()) { in validateFragment()
Dhost_link.cc559 if (sLoadManager.hasPendingLoadTransaction()) { in handleLoadNanoappData()