Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_audiorecord.cpp104 std::string errfunc; in statsd_audiorecord() local
105 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()