Searched refs:errfunc (Results 1 – 1 of 1) sorted by relevance
104 char *errfunc = NULL; in statsd_audiorecord() local105 if (item->getCString("android.media.audiorecord.errfunc", &errfunc)) { in statsd_audiorecord()106 metrics_proto.set_error_function(errfunc); in statsd_audiorecord()107 } else if (item->getCString("android.media.audiorecord.lastError.at", &errfunc)) { in statsd_audiorecord()108 metrics_proto.set_error_function(errfunc); in statsd_audiorecord()158 free(errfunc); in statsd_audiorecord()