HomeSort by relevance Sort by last modified time
    Searched refs:kStaticNanoappCount (Results 1 - 4 of 4) sorted by null

  /system/chre/variant/android/
static_nanoapps.cc 38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
  /system/chre/core/
static_nanoapps.cc 35 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
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++) {
  /system/chre/core/include/chre/core/
static_nanoapps.h 32 extern const size_t kStaticNanoappCount;
  /system/chre/variant/simulator/
static_nanoapps.cc 38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);

Completed in 217 milliseconds