Home
last modified time | relevance | path

Searched refs:kStaticNanoappList (Results 1 – 4 of 4) 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
38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
/system/chre/variant/simulator/
Dstatic_nanoapps.cc24 const StaticNanoappInitFunction kStaticNanoappList[] = { variable
38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
/system/chre/core/include/chre/core/
Dstatic_nanoapps.h29 extern const StaticNanoappInitFunction kStaticNanoappList[];