HomeSort by relevance Sort by last modified time
    Searched defs:kStaticNanoappList (Results 1 - 2 of 2) sorted by null

  /system/chre/variant/simulator/
static_nanoapps.cc 24 const StaticNanoappInitFunction kStaticNanoappList[] = {
38 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
  /system/chre/core/
static_nanoapps.cc 32 const StaticNanoappInitFunction kStaticNanoappList[] = {};
35 const size_t kStaticNanoappCount = ARRAY_SIZE(kStaticNanoappList);
47 UniquePtr<Nanoapp> nanoapp = kStaticNanoappList[i]();

Completed in 147 milliseconds