Searched refs:isLoaded (Results 1 - 5 of 5) sorted by relevance

/system/chre/platform/linux/include/chre/target_platform/
H A Dplatform_nanoapp_base.h55 bool isLoaded() const;
/system/chre/platform/linux/
H A Dplatform_nanoapp.cc70 CHRE_ASSERT(!isLoaded());
75 CHRE_ASSERT(!isLoaded());
80 bool PlatformNanoappBase::isLoaded() const { function in class:chre::PlatformNanoappBase
/system/chre/platform/slpi/include/chre/target_platform/
H A Dplatform_nanoapp_base.h71 bool isLoaded() const;
/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc75 CHRE_ASSERT(!isLoaded());
99 CHRE_ASSERT(!isLoaded());
105 CHRE_ASSERT(!isLoaded());
110 bool PlatformNanoappBase::isLoaded() const { function in class:chre::PlatformNanoappBase
H A Dhost_link.cc255 bool startedSuccessfully = (cbData->nanoapp->isLoaded()) ?

Completed in 501 milliseconds