Home
last modified time | relevance | path

Searched refs:openNanoapp (Results 1 – 6 of 6) sorted by relevance

/system/chre/platform/linux/
Dplatform_nanoapp.cc35 return openNanoapp() && mAppInfo->entryPoints.start(); in start()
98 bool PlatformNanoappBase::openNanoapp() { in openNanoapp() function in chre::PlatformNanoappBase
/system/chre/platform/linux/include/chre/target_platform/
Dplatform_nanoapp_base.h80 bool openNanoapp();
/system/chre/platform/slpi/include/chre/target_platform/
Dplatform_nanoapp_base.h145 bool openNanoapp();
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_nanoapp_base.h148 bool openNanoapp();
/system/chre/platform/freertos/
Dplatform_nanoapp.cc54 if (!openNanoapp()) { in start()
263 bool PlatformNanoappBase::openNanoapp() { in openNanoapp() function in chre::PlatformNanoappBase
/system/chre/platform/slpi/
Dplatform_nanoapp.cc51 return openNanoapp() && mAppInfo->entryPoints.start(); in start()
164 bool PlatformNanoappBase::openNanoapp() { in openNanoapp() function in chre::PlatformNanoappBase