Home | History | Annotate | Download | only in mediaanalytics

Lines Matching defs:only

166             // trusted source, only override default values
251 String16 onlyOption("-only");
252 std::string only;
299 only = value.string();
306 result.append("-only X process records for component X\n");
325 dumpRecent(result, ts_since, only.c_str());
381 void MediaAnalyticsService::dumpRecent(String8 &result, nsecs_t ts_since, const char * only)
386 if (only != NULL && *only == '\0') {
387 only = NULL;
393 result.append(this->dumpQueue(ts_since, only));
405 String8 MediaAnalyticsService::dumpQueue(nsecs_t ts_since, const char * only) {
418 if (only != NULL &&
419 strcmp(only, (*it)->getKey().c_str()) != 0) {
420 ALOGV("Omit '%s', it's not '%s'", (*it)->getKey().c_str(), only);
497 // untrusted uids can only send us a limited set of keys