/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 52 val bufferSize = Point(300, 200) regex 69 val bufferSize = Point(3000, 2000) regex 86 val bufferSize = Point(300, 200) regex
|
H A D | BufferRejectionTests.kt | 66 val bufferSize = Point(300, 200) regex 127 val bufferSize = Point(300, 200) regex
|
/aosp14/frameworks/base/core/java/android/ddm/ |
H A D | DdmHandleProfiling.java | 107 int bufferSize = in.getInt(); in handleMPRS() local 149 int bufferSize = in.getInt(); in handleMPSS() local 202 int bufferSize = in.getInt(); in handleSPSS() local
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | LineBreakBufferedWriter.java | 48 private final int bufferSize; field in LineBreakBufferedWriter 68 public LineBreakBufferedWriter(Writer out, int bufferSize) { in LineBreakBufferedWriter() 79 public LineBreakBufferedWriter(Writer out, int bufferSize, int initialCapacity) { in LineBreakBufferedWriter()
|
H A D | ArtFastDataInput.java | 41 public ArtFastDataInput(@NonNull InputStream in, int bufferSize) { in ArtFastDataInput()
|
H A D | ArtFastDataOutput.java | 41 public ArtFastDataOutput(@NonNull OutputStream out, int bufferSize) { in ArtFastDataOutput()
|
H A D | ProcFileReader.java | 48 public ProcFileReader(InputStream stream, int bufferSize) throws IOException { in ProcFileReader()
|
/aosp14/frameworks/base/core/java/android/service/displayhash/ |
H A D | DisplayHashParams.java | 120 public DisplayHashParams( in DisplayHashParams() 186 Size bufferSize = (flg & 0x1) == 0 ? null : (Size) in.readSize(); in DisplayHashParams() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | BitmapTest.java | 284 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectByteBuffer() local 322 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectShortBuffer() local 361 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectIntBuffer() local 400 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapByteBuffer() local 437 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapShortBuffer() local 474 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapIntBuffer() local
|
/aosp14/frameworks/base/media/jni/tuner/ |
H A D | DemuxClient.cpp | 61 sp<FilterClient> DemuxClient::openFilter(const DemuxFilterType& type, int32_t bufferSize, in openFilter() 124 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb) { in openDvr()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentCaptureOptions.java | 387 public final int bufferSize; field in ContentCaptureOptions.ContentProtectionOptions 389 public ContentProtectionOptions(boolean enableReceiver, int bufferSize) { in ContentProtectionOptions() 419 int bufferSize = parcel.readInt(); in createFromParcel() local
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
H A D | Utils.java | 33 public static void transferStreamedData(InputStream in, OutputStream out, int bufferSize) in transferStreamedData()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Debug.java | 1286 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() 1320 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() 1321 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local 1343 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling() 1345 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local 1383 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing() 1394 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
|
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | ProcFileReaderTest.java | 251 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | FastDataTest.java | 70 private FastDataInput createFastDataInput(@NonNull InputStream in, int bufferSize) { in createFastDataInput() 79 private FastDataOutput createFastDataOutput(@NonNull OutputStream out, int bufferSize) { in createFastDataOutput()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRendererObserver.cpp | 52 jsize bufferSize = env->GetArrayLength(reinterpret_cast<jarray>(metrics)); in getNextBuffer() local
|
H A D | CreateJavaOutputStreamAdaptor.cpp | 186 size_t bufferSize = 4096; in CopyJavaInputStream() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | PackageUtils.java | 181 int bufferSize = ActivityManager.isLowRamDeviceStatic() in createLargeFileBuffer() local
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | Tuner.java | 1020 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter() 1033 private native DvrRecorder nativeOpenDvrRecorder(long bufferSize); in nativeOpenDvrRecorder() 1034 private native DvrPlayback nativeOpenDvrPlayback(long bufferSize); in nativeOpenDvrPlayback() 2244 @BytesLong long bufferSize, @CallbackExecutor @Nullable Executor executor, in openFilter() 2417 public DvrRecorder openDvrRecorder( in openDvrRecorder() 2447 public DvrPlayback openDvrPlayback( in openDvrPlayback()
|
/aosp14/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
H A D | UsbMidiPacketConverterTest.java | 370 final int bufferSize = 30; in testEncodeDecode() local
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramVertexFixedFunction.java | 228 int bufferSize = constInputType.getElement().getBytesSize()* in Constants() local
|
/aosp14/frameworks/base/core/java/android/util/proto/ |
H A D | ProtoInputStream.java | 153 public ProtoInputStream(InputStream stream, int bufferSize) { in ProtoInputStream()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenInternalAudioRecorder.java | 245 int bufferSize = buff.capacity(); in encode() local
|
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
H A D | MusicRecognitionManagerPerUserService.java | 395 int bufferSize = getBufferSizeInBytes(sampleRate, maxAudioLengthSeconds); in createAudioRecord() local
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | CursorWindow.cpp | 255 void* CursorWindow::offsetToPtr(uint32_t offset, uint32_t bufferSize = 0) { in offsetToPtr()
|