Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_audiotrack.cpp92 int32_t underrun_frames = -1; in statsd_audiotrack() local
93 if (item->getInt32("android.media.audiotrack.underrunFrames", &underrun_frames)) { in statsd_audiotrack()
94 metrics_proto.set_underrun_frames(underrun_frames); in statsd_audiotrack()
157 << " underrun_frames:" << underrun_frames in statsd_audiotrack()
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto118 optional int32 underrun_frames = 6; field