OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStaticNanoappList
(Results
1 - 4
of
4
) sorted by null
/system/chre/platform/slpi/
static_nanoapps.cc
29
UniquePtr<Nanoapp> *const
kStaticNanoappList
[] = {
42
const size_t kStaticNanoappCount = ARRAY_SIZE(
kStaticNanoappList
);
/system/chre/platform/include/chre/platform/
static_nanoapps.h
25
extern UniquePtr<Nanoapp> *const
kStaticNanoappList
[];
/system/chre/platform/shared/
static_nanoapps.cc
23
eventLoop->startNanoapp(*(
kStaticNanoappList
[i]));
/system/chre/platform/linux/
static_nanoapps.cc
27
UniquePtr<Nanoapp> *const
kStaticNanoappList
[] = {
40
const size_t kStaticNanoappCount = ARRAY_SIZE(
kStaticNanoappList
);
Completed in 95 milliseconds