Searched refs:kCrosEventNames (Results 1 - 1 of 1) sorted by relevance

/system/core/metricsd/
H A Dmetrics_library.cc42 static const char *kCrosEventNames[] = { variable
209 for (size_t i = 0; i < arraysize(kCrosEventNames); i++) {
210 if (strcmp(event.c_str(), kCrosEventNames[i]) == 0) {

Completed in 63 milliseconds