Searched refs:lost (Results 1 – 7 of 7) sorted by relevance
52 size_t lost; in availableToRead() local53 ssize_t avail = mFifoReader.available(&lost); in availableToRead()54 if (avail == -EOVERFLOW || lost > 0) { in availableToRead()55 mFramesOverrun += lost; in availableToRead()64 size_t lost; in read() local65 ssize_t actual = mFifoReader.read(buffer, count, NULL /*timeout*/, &lost); in read()67 if (actual == -EOVERFLOW || lost > 0) { in read()68 mFramesOverrun += lost; in read()84 size_t lost; in flush() local85 ssize_t flushed = mFifoReader.flush(&lost); in flush()[all …]
635 size_t lost; in getSnapshot() local637 ssize_t availToRead = mFifoReader->obtain(iovec, capacity, NULL /*timeout*/, &lost); in getSnapshot()684 snapshot->mLost = lost; in getSnapshot()715 size_t lost = snapshot.lost() + (snapshot.begin() - FormatEntry::iterator(snapshot.data())); in dump() local716 if (lost > 0) { in dump()717 body.appendFormat("warning: lost %zu bytes worth of events", lost); in dump()
333 size_t lost() const { return mLost; } in lost() function
77 # A client was waiting for a content provider, but its process was lost
194 // A validated network failed revalidation and lost Internet access
545 // IP Manager lost reachability to network neighbors
3223 // ACTION: A validated network failed revalidation and lost Internet access