Searched defs:kStaticNanoappCount (Results 1 - 2 of 2) sorted by relevance

/system/chre/variant/simulator/
H A Dstatic_nanoapps.cc38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList); member in namespace:chre
/system/chre/core/
H A Dstatic_nanoapps.cc35 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList); member in namespace:chre
43 if (kStaticNanoappCount > 0) {
44 // Cast the kStaticNanoappCount to size_t to avoid tautological comparison
45 // warnings when the kStaticNanoappCount is zero.
46 for (size_t i = 0; i < reinterpret_cast<size_t>(kStaticNanoappCount); i++) {

Completed in 171 milliseconds