Searched refs:maxBufferSize (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ContentCaptureOptions.java | 60 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/ |
D | BufferPool.java | 32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool() argument 34 mMaxBufferSize = maxBufferSize; in BufferPool()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentCaptureOptionsTest.java | 129 .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/ |
D | MainContentCaptureSession.java | 410 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()
|
D | MainContentCaptureSessionV2.java | 433 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/ |
D | ContentCaptureMetricsLogger.java | 79 options.maxBufferSize, options.idleFlushingFrequencyMs, in writeSessionFlush()
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 1296 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/ |
D | vkjson.cc | 791 visitor->Visit("maxBufferSize", &properties->maxBufferSize); in Iterate()
|
/frameworks/base/core/api/ |
D | test-current.txt | 1005 field public final int maxBufferSize;
|