Searched refs:mMaxBytes (Results 1 – 4 of 4) sorted by relevance
26 private int mMaxBytes; field in ByteArrayRingBuffer39 mMaxBytes = maxBytes; in ByteArrayRingBuffer()53 pruneToSize(mMaxBytes - newData.length); in appendBuffer()54 if (mBytesUsed + newData.length > mMaxBytes) { in appendBuffer()86 mMaxBytes = maxBytes; in resize()
117 mSamplingRate(samplingRate), mMaxBytes(maxBytes) { in BufLogStream()126 mFormat, mChannels, mSamplingRate, mMaxBytes); in BufLogStream()169 if (mMaxBytes > 0) { in write()170 size = MIN(size, mMaxBytes - mByteCount); in write()174 if (mMaxBytes > 0 && mMaxBytes == mByteCount) { in write()
144 const size_t mMaxBytes; variable
88 private long mMaxBytes = Long.MAX_VALUE; field in PersistLogSection116 if (sumBytes > mMaxBytes) { in run()140 mMaxBytes = Long.parseLong(sizeStr.replace("mb", "")) * 1024 * 1024; in parseArgs()142 mMaxBytes = Long.parseLong(sizeStr.replace("kb", "")) * 1024; in parseArgs()144 mMaxBytes = Long.parseLong(sizeStr); in parseArgs()