Searched defs:maxBufferSize (Results 1 – 3 of 3) sorted by relevance
55 public final int maxBufferSize; field in ContentCaptureOptions99 public ContentCaptureOptions(int loggingLevel, int maxBufferSize, int idleFlushingFrequencyMs, in ContentCaptureOptions()117 private ContentCaptureOptions(boolean lite, int loggingLevel, int maxBufferSize, in ContentCaptureOptions()
32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool()
340 final int maxBufferSize = mManager.mOptions.maxBufferSize; in sendEvent() local