Searched defs:maxBufferSize (Results 1 – 3 of 3) sorted by relevance
55 public final int maxBufferSize; field in ContentCaptureOptions129 int maxBufferSize, in ContentCaptureOptions()153 int maxBufferSize, in ContentCaptureOptions()195 int maxBufferSize, in ContentCaptureOptions()
32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool()
396 final int maxBufferSize = mManager.mOptions.maxBufferSize; in sendContentCaptureEvent() local