Home
last modified time | relevance | path

Searched defs:maxBufferSize (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java55 public final int maxBufferSize; field in ContentCaptureOptions
129 int maxBufferSize, in ContentCaptureOptions()
153 int maxBufferSize, in ContentCaptureOptions()
195 int maxBufferSize, in ContentCaptureOptions()
/aosp14/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DBufferPool.java32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java396 final int maxBufferSize = mManager.mOptions.maxBufferSize; in sendContentCaptureEvent() local