Home
last modified time | relevance | path

Searched refs:kStaticNanoappCount (Results 1 – 4 of 4) sorted by relevance

/system/chre/core/
Dstatic_nanoapps.cc56 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList); variable
64 if (kStaticNanoappCount > 0) { in loadStaticNanoapps()
67 for (size_t i = 0; i < reinterpret_cast<size_t>(kStaticNanoappCount); i++) { in loadStaticNanoapps()
/system/chre/variant/android/
Dstatic_nanoapps.cc38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList); variable
/system/chre/core/include/chre/core/
Dstatic_nanoapps.h32 extern const size_t kStaticNanoappCount;
/system/chre/variant/simulator/
Dstatic_nanoapps.cc38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList); variable