Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_audiotrack.cpp96 int32_t underrunframes = -1; in statsd_audiotrack() local
97 if (item->getInt32("android.media.audiotrack.underrunframes", &underrunframes)) { in statsd_audiotrack()
98 metrics_proto.set_underrun_frames(underrunframes); in statsd_audiotrack()