Searched defs:only (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/mediaanalytics/
H A DMetricsSummarizer.cpp102 AString MetricsSummarizer::dumpSummary(int &slot, const char *only) argument
110 if (only != NULL && strcmp(only, (*it)->getKey().c_str()) != 0) {
H A DMediaAnalyticsService.cpp220 // trusted source, only override default values
343 String16 onlyOption("-only");
344 const char *only = NULL; local
374 if (only != NULL) {
375 free((void*)only);
377 only = q;
385 result.append("-only X process records for component X\n");
401 // only want 1, to avoid confusing folks that parse the output
403 dumpSummaries(result, ts_since, only);
405 dumpRecent(result, ts_since, only);
457 dumpSummaries(String8 &result, nsecs_t ts_since, const char *only) argument
487 dumpRecent(String8 &result, nsecs_t ts_since, const char * only) argument
509 dumpQueue(List<MediaAnalyticsItem *> *theList, nsecs_t ts_since, const char * only) argument
[all...]

Completed in 57 milliseconds