Searched refs:currentToRead (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/cmds/incidentd/src/
H A DPrivacyBuffer.cpp139 err = WriteFully(fd, iter.readBuffer(), iter.currentToRead()) ? NO_ERROR : -errno;
140 iter.rp()->move(iter.currentToRead());
/frameworks/base/cmds/statsd/src/
H A Dstats_log_util.h80 size_t toRead = iter.currentToRead();
H A DStatsLogProcessor.cpp350 size_t toRead = iter.currentToRead();
/frameworks/base/libs/protoutil/include/android/util/
H A DEncodedBuffer.h189 size_t currentToRead();
/frameworks/base/cmds/statsd/src/metrics/
H A DEventMetricProducer.cpp94 size_t toRead = it.currentToRead();
/frameworks/base/cmds/statsd/tests/
H A DFieldValue_test.cpp257 size_t toRead = iter.currentToRead();
347 size_t toRead = iter.currentToRead();
409 size_t toRead = iter.currentToRead();
462 size_t toRead = iter.currentToRead();
H A DUidMap_test.cpp169 size_t toRead = iter.currentToRead();
/frameworks/base/libs/protoutil/src/
H A DEncodedBuffer.cpp323 EncodedBuffer::iterator::currentToRead() function in class:android::util::EncodedBuffer::iterator
H A DProtoOutputStream.cpp491 if (!write_all(fd, it.readBuffer(), it.currentToRead())) return false;
492 it.rp()->move(it.currentToRead());
/frameworks/base/cmds/statsd/src/guardrail/
H A DStatsdStats.cpp705 size_t toRead = it.currentToRead();

Completed in 71 milliseconds