Searched defs:lost (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libnbaio/
H A DNBLog.cpp293 size_t lost = 0; local
295 lost = avail - mSize;
296 mFront += lost;
344 lost += i;
345 if (lost > 0) {
346 body.appendFormat("warning: lost %zu bytes worth of events", lost);

Completed in 51 milliseconds