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