Searched refs:errfunc (Results 1 – 1 of 1) sorted by relevance
104 std::string errfunc; in statsd_audiorecord() local105 if (item->getString("android.media.audiorecord.errfunc", &errfunc)) { in statsd_audiorecord()106 metrics_proto.set_error_function(std::move(errfunc)); in statsd_audiorecord()107 } else if (item->getString("android.media.audiorecord.lastError.at", &errfunc)) { in statsd_audiorecord()108 metrics_proto.set_error_function(std::move(errfunc)); in statsd_audiorecord()