Home
last modified time | relevance | path

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

/frameworks/av/services/mediaanalytics/
Dstatsd_audiothread.cpp59 std::string mytype; in statsd_audiothread() local
60 if (item->getString(MM_PREFIX "type", &mytype)) { in statsd_audiothread()
61 metrics_proto.set_type(std::move(mytype)); in statsd_audiothread()