Home
last modified time | relevance | path

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

/frameworks/av/services/mediaanalytics/
Dstatsd_audiothread.cpp59 char *mytype = NULL; in statsd_audiothread() local
60 if (item->getCString(MM_PREFIX "type", &mytype)) { in statsd_audiothread()
61 metrics_proto.set_type(mytype); in statsd_audiothread()
205 free(mytype); in statsd_audiothread()