Home | History | Annotate | Download | only in mediaanalytics

Lines Matching refs:only

87 // we'll lose some data on very very media-active devices, but only for
176 // trusted source, only override default values
264 String16 onlyOption("-only");
265 std::string only;
312 only = value.string();
319 result.append("-only X process records for component X\n");
338 dumpRecent(result, ts_since, only.c_str());
394 void MediaAnalyticsService::dumpRecent(String8 &result, nsecs_t ts_since, const char * only)
399 if (only != NULL && *only == '\0') {
400 only = NULL;
406 result.append(this->dumpQueue(ts_since, only));
418 String8 MediaAnalyticsService::dumpQueue(nsecs_t ts_since, const char * only) {
431 if (only != NULL &&
432 strcmp(only, (*it)->getKey().c_str()) != 0) {
433 ALOGV("Omit '%s', it's not '%s'", (*it)->getKey().c_str(), only);
507 // we only indicate whether there's more to clean;
570 // untrusted uids can only send us a limited set of keys