Searched refs:underrunframes (Results 1 – 1 of 1) sorted by relevance
96 int32_t underrunframes = -1; in statsd_audiotrack() local97 if (item->getInt32("android.media.audiotrack.underrunframes", &underrunframes)) { in statsd_audiotrack()98 metrics_proto.set_underrun_frames(underrunframes); in statsd_audiotrack()