OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStaticNanoappCount
(Results
1 - 3
of
3
) sorted by null
/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 420 milliseconds