Home
last modified time | relevance | path

Searched refs:maxBufferSize (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/
DContentCaptureOptions.java60 public final int maxBufferSize; field in ContentCaptureOptions
137 int maxBufferSize, in ContentCaptureOptions() argument
146 maxBufferSize,
159 int maxBufferSize, in ContentCaptureOptions() argument
171 maxBufferSize,
199 int maxBufferSize, in ContentCaptureOptions() argument
210 this.maxBufferSize = maxBufferSize;
264 .append(maxBufferSize) in toString()
291 pw.print(maxBufferSize); in dumpShort()
321 parcel.writeInt(maxBufferSize); in writeToParcel()
[all …]
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DBufferPool.java32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool() argument
34 mMaxBufferSize = maxBufferSize; in BufferPool()
/frameworks/base/core/tests/coretests/src/android/content/
DContentCaptureOptionsTest.java129 .append(CONTENT_CAPTURE_OPTIONS.maxBufferSize) in testToString()
176 assertThat(actual.maxBufferSize).isEqualTo(CONTENT_CAPTURE_OPTIONS.maxBufferSize); in testParcelSerializationDeserialization()
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java410 final int maxBufferSize = mManager.mOptions.maxBufferSize; in sendContentCaptureEvent() local
413 Log.v(TAG, "handleSendEvent(): creating buffer for " + maxBufferSize + " events"); in sendContentCaptureEvent()
415 mEvents = new ArrayList<>(maxBufferSize); in sendContentCaptureEvent()
485 final boolean bufferEvent = numberEvents < maxBufferSize; in sendContentCaptureEvent()
506 if (mState != STATE_ACTIVE && numberEvents >= maxBufferSize) { in sendContentCaptureEvent()
650 + " m=" + mManager.mOptions.maxBufferSize in flush()
941 pw.print('/'); pw.println(mManager.mOptions.maxBufferSize); in dump()
DMainContentCaptureSessionV2.java433 final int maxBufferSize = mManager.mOptions.maxBufferSize; in sendContentCaptureEvent() local
436 Log.v(TAG, "handleSendEvent(): creating buffer for " + maxBufferSize + " events"); in sendContentCaptureEvent()
438 mEvents = new ArrayList<>(maxBufferSize); in sendContentCaptureEvent()
508 final boolean bufferEvent = numberEvents < maxBufferSize; in sendContentCaptureEvent()
529 if (mState != STATE_ACTIVE && numberEvents >= maxBufferSize) { in sendContentCaptureEvent()
677 + " m=" + mManager.mOptions.maxBufferSize in flushImpl()
914 if (forceFlush || mEventProcessQueue.size() >= mManager.mOptions.maxBufferSize - 1) { in enqueueEvent()
1038 pw.print('/'); pw.println(mManager.mOptions.maxBufferSize); in dump()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureMetricsLogger.java79 options.maxBufferSize, options.idleFlushingFrequencyMs, in writeSessionFlush()
/frameworks/native/services/sensorservice/
DSensorService.cpp1296 const size_t maxBufferSize = SensorEventQueue::MAX_RECEIVE_BUFFER_EVENT_COUNT; in processRuntimeSensorEvents() local
1307 if (count >= maxBufferSize) { in processRuntimeSensorEvents()
1309 maxBufferSize); in processRuntimeSensorEvents()
/frameworks/native/vulkan/vkjson/
Dvkjson.cc791 visitor->Visit("maxBufferSize", &properties->maxBufferSize); in Iterate()
/frameworks/base/core/api/
Dtest-current.txt1005 field public final int maxBufferSize;