Home
last modified time | relevance | path

Searched refs:kStaticNanoappList (Results 1 – 5 of 5) sorted by relevance

/system/chre/core/
Dstatic_nanoapps.cc40 const StaticNanoappInitFunction kStaticNanoappList[] = { variable
56 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
68 UniquePtr<Nanoapp> nanoapp = kStaticNanoappList[i](); in loadStaticNanoapps()
/system/chre/variant/android/
Dstatic_nanoapps.cc24 const StaticNanoappInitFunction kStaticNanoappList[] = { variable
39 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
/system/chre/variant/simulator/
Dstatic_nanoapps.cc24 const StaticNanoappInitFunction kStaticNanoappList[] = { variable
41 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
/system/chre/core/include/chre/core/
Dstatic_nanoapps.h29 extern const StaticNanoappInitFunction kStaticNanoappList[];
/system/chre/doc/
Dnanoapp_overview.md58 `kStaticNanoappList` array, which by default is empty, but can be overridden by