Home
last modified time | relevance | path

Searched refs:errfunc (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/mediaanalytics/
Dstatsd_audiorecord.cpp104 char *errfunc = NULL; in statsd_audiorecord() local
105 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()