Searched refs:openNanoapp (Results 1 - 4 of 4) sorted by relevance

/system/chre/platform/linux/include/chre/target_platform/
H A Dplatform_nanoapp_base.h80 bool openNanoapp();
/system/chre/platform/slpi/include/chre/target_platform/
H A Dplatform_nanoapp_base.h128 bool openNanoapp();
/system/chre/platform/linux/
H A Dplatform_nanoapp.cc34 return openNanoapp() && mAppInfo->entryPoints.start();
84 bool PlatformNanoappBase::openNanoapp() { function in class:chre::PlatformNanoappBase
/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc50 return openNanoapp() && mAppInfo->entryPoints.start();
144 bool PlatformNanoappBase::openNanoapp() { function in class:chre::PlatformNanoappBase

Completed in 98 milliseconds