/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/tests/ |
H A D | remote_submix_tests.cpp | 100 void RemoteSubmixTest::GenerateData(char* buffer, size_t bufferSize) { in GenerateData() 133 audio_stream_in_t* streamIn, char* buffer, size_t bufferSize) { in ReadFromStream() 138 void RemoteSubmixTest::VerifyBufferAllZeroes(char* buffer, size_t bufferSize) { in VerifyBufferAllZeroes() 147 void RemoteSubmixTest::VerifyBufferNotZeroes(char* buffer, size_t bufferSize) { in VerifyBufferNotZeroes() 173 audio_stream_out_t* streamOut, const char* buffer, size_t bufferSize) { in WriteIntoStream() 179 audio_stream_out_t* streamOut, size_t bufferSize, size_t repeats) { in WriteSomethingIntoStream() 219 const size_t bufferSize = 1024; in TEST_F() local 234 const size_t bufferSize = 1024; in TEST_F() local 284 const size_t bufferSize = 1024; in TEST_F() local 297 const size_t bufferSize = 1024; in TEST_F() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/chunked/ |
H A D | AwsChunkedEncodingConfig.java | 24 private final int bufferSize; field in AwsChunkedEncodingConfig 43 public int bufferSize() { in bufferSize() method in AwsChunkedEncodingConfig 51 Builder bufferSize(int bufferSize); in bufferSize() argument 61 private int bufferSize = DEFAULT_PAYLOAD_SIGNING_ENABLED; field in AwsChunkedEncodingConfig.BuilderImpl 77 public Builder bufferSize(int bufferSize) { in bufferSize() argument 82 public void setBufferSize(int bufferSize) { in setBufferSize()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
H A D | DefaultAudioTrackBufferSizeProviderPcmTest.java | 85 int bufferSize = in getBufferSizeInBytes_veryBigMinBufferSize_isMinBufferSize() local 99 int bufferSize = in getBufferSizeInBytes_noMinBufferSize_isMinBufferDuration() local 117 int bufferSize = in getBufferSizeInBytes_tooSmallMinBufferSize_isMinBufferDuration() local 135 int bufferSize = in getBufferSizeInBytes_lowMinBufferSize_multipliesAudioTrackMinBuffer() local 153 int bufferSize = in getBufferSizeInBytes_highMinBufferSize_multipliesAudioTrackMinBuffer() local 171 int bufferSize = in getBufferSizeInBytes_tooHighMinBufferSize_isMaxBufferDuration() local 186 int bufferSize = in getBufferSizeInBytes_lowPlaybackSpeed_isScaledByPlaybackSpeed() local 201 int bufferSize = in getBufferSizeInBytes_highPlaybackSpeed_isScaledByPlaybackSpeed() local
|
/aosp_15_r20/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
D | SpeedMeasurementController.java | 40 void testStarted(int mode, int bufferSize); in testStarted() 41 void testFinished(int mode, int bufferSize); in testFinished() 111 private void runTest(BaseWriterThread writer, ReaderThread reader, int mode, int bufferSize) { in runTest() 145 private void runSyncTest(int bufferSize) { in runSyncTest() 151 private void runAsyncTest(int bufferSize) { in runAsyncTest() 237 private BaseWriterThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in BaseWriterThread() 296 private WriterSyncThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in WriterSyncThread() 342 private WriterAsyncThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in WriterAsyncThread() 410 int bufferSize = (bytesToSend > buffer.length ? buffer.length : bytesToSend); in run() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | D3DTextureTest.cpp | 740 const size_t bufferSize = 32; in TEST_P() local 776 const size_t bufferSize = 32; in TEST_P() local 827 const size_t bufferSize = 32; in TEST_P() local 896 constexpr size_t bufferSize = 32; in TEST_P() local 909 constexpr size_t bufferSize = 32; in TEST_P() local 971 constexpr size_t bufferSize = 32; in TEST_P() local 1000 constexpr size_t bufferSize = 32; in TEST_P() local 1044 constexpr size_t bufferSize = 32; in TEST_P() local 1057 constexpr size_t bufferSize = 32; in TEST_P() local 1073 const size_t bufferSize = 32; in TEST_P() local [all …]
|
/aosp_15_r20/frameworks/av/drm/common/ |
H A D | IDrmManagerService.cpp | 177 const int bufferSize = reply.readInt32(); in getConstraints() local 207 const int bufferSize = reply.readInt32(); in getMetadata() local 273 const int bufferSize = reply.readInt32(); in processDrmInfo() local 321 const int bufferSize = reply.readInt32(); in acquireDrmInfo() local 525 const int bufferSize = reply.readInt32(); in convertData() local 557 const int bufferSize = reply.readInt32(); in closeConvertSession() local 871 int bufferSize = 0; in onTransact() local 903 int bufferSize = 0; in onTransact() local 941 const uint32_t bufferSize = data.readInt32(); in onTransact() local 971 const int bufferSize = drmBuffer->length; in onTransact() local [all …]
|
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | FixedCountBufferUtils.cpp | 26 size_t bufferSize, in write_curve_index_buffer_base_index() 70 void FixedCountCurves::WriteVertexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteVertexBuffer() 103 void FixedCountCurves::WriteIndexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteIndexBuffer() 107 void FixedCountWedges::WriteVertexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteVertexBuffer() 117 void FixedCountWedges::WriteIndexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteIndexBuffer() 129 void FixedCountStrokes::WriteVertexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteVertexBuffer()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerCallback_test.cpp | 196 ui::Size bufferSize = getBufferSize(); in TEST_F() local 219 ui::Size bufferSize = getBufferSize(); in TEST_F() local 241 ui::Size bufferSize = getBufferSize(); in TEST_F() local 279 ui::Size bufferSize = getBufferSize(); in TEST_F() local 307 ui::Size bufferSize = getBufferSize(); in TEST_F() local 341 ui::Size bufferSize = getBufferSize(); in TEST_F() local 376 ui::Size bufferSize = getBufferSize(); in TEST_F() local 470 ui::Size bufferSize = getBufferSize(); in TEST_F() local 563 ui::Size bufferSize = getBufferSize(); in TEST_F() local 599 ui::Size bufferSize = getBufferSize(); in TEST_F() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
H A D | ChunkBuffer.java | 43 private ChunkBuffer(Long totalBytes, Integer bufferSize) { in ChunkBuffer() 167 Builder bufferSize(int bufferSize); in bufferSize() argument 174 private Integer bufferSize; field in ChunkBuffer.DefaultBuilder 183 public Builder bufferSize(int bufferSize) { in bufferSize() method in ChunkBuffer.DefaultBuilder
|
/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 155 size_t bufferSize; in TEST() local 193 size_t bufferSize; in TEST() local 218 size_t bufferSize; in TEST() local 243 size_t bufferSize; in TEST() local 269 size_t bufferSize; in TEST() local 309 size_t bufferSize; in TEST_GUARDED() local 363 size_t bufferSize; in TEST() local 410 size_t bufferSize; in TEST() local 454 size_t bufferSize; in TEST_GUARDED() local 489 size_t bufferSize; in TEST() local [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | FrontBufferedStreamTest.cpp | 57 static void test_incremental_buffering(skiatest::Reporter* reporter, size_t bufferSize) { in test_incremental_buffering() 90 static void test_perfectly_sized_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_perfectly_sized_buffer() 110 static void test_skipping(skiatest::Reporter* reporter, size_t bufferSize) { in test_skipping() 161 static void test_read_beyond_buffer(skiatest::Reporter* reporter, size_t bufferSize) { in test_read_beyond_buffer() 210 static void test_length_combos(skiatest::Reporter* reporter, size_t bufferSize) { in test_length_combos() 223 static void test_initial_offset(skiatest::Reporter* reporter, size_t bufferSize) { in test_initial_offset() 254 static void test_buffers(skiatest::Reporter* reporter, size_t bufferSize) { in test_buffers()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/ |
H A D | ChunkBufferTest.java | 47 int bufferSize = 5; in numberOfChunk_Not_MultipleOfTotalBytes_KnownLength() local 85 int bufferSize = 5; in numberOfChunk_Not_MultipleOfTotalBytes_UnknownLength() local 155 int bufferSize = 5; in emptyAllocatedBytes_returnSameNumberOfEmptyBytes_knownLength() local 180 int bufferSize = 5; in emptyAllocatedBytes_returnSameNumberOfEmptyBytes_unknownLength() local 238 int bufferSize = 5; in concurrentTreads_calling_bufferAndCreateChunks_knownLength() local
|
/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 52 val bufferSize = Point(300, 200) in <lambda>() constant 69 val bufferSize = Point(3000, 2000) in <lambda>() constant 86 val bufferSize = Point(300, 200) in <lambda>() constant
|
H A D | BufferRejectionTests.kt | 66 val bufferSize = Point(300, 200) in <lambda>() constant 127 val bufferSize = Point(300, 200) in <lambda>() constant
|
/aosp_15_r20/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 690 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize) { in IncFs_Root() 957 static IncFsErrorCode getMetadata(const char* path, char buffer[], size_t* bufferSize) { in getMetadata() 974 size_t* bufferSize) { in IncFs_GetMetadataById() 988 size_t* bufferSize) { in IncFs_GetMetadataByPath() 1024 static IncFsErrorCode getSignature(int fd, char buffer[], size_t* bufferSize) { in getSignature() 1042 char buffer[], size_t* bufferSize) { in IncFs_GetSignatureById() 1060 char buffer[], size_t* bufferSize) { in IncFs_GetSignatureByPath() 1073 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize) { in IncFs_UnsafeGetSignatureByPath() 1203 size_t* bufferSize) { in waitForReads() 1216 size_t* bufferSize) { in waitForReads() [all …]
|
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/ |
H A D | VMDebug.java | 261 …public static void startMethodTracing(String traceFileName, int bufferSize, int flags, boolean sam… in startMethodTracing() 287 public static void startMethodTracing(String traceFileName, FileDescriptor fd, int bufferSize, in startMethodTracing() 314 …public static void startMethodTracingDdms(int bufferSize, int flags, boolean samplingEnabled, int … in startMethodTracingDdms() 318 private static int checkBufferSize(int bufferSize) { in checkBufferSize() 329 …private static native void startMethodTracingDdmsImpl(int bufferSize, int flags, boolean samplingE… in startMethodTracingDdmsImpl() 330 private static native void startMethodTracingFd(String traceFileName, int fd, int bufferSize, in startMethodTracingFd() 332 …private static native void startMethodTracingFilename(String traceFileName, int bufferSize, int fl… in startMethodTracingFilename()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/ |
D | IDemux.java | 50 …r.IFilter openFilter(android.hardware.tv.tuner.DemuxFilterType type, int bufferSize, android.hardw… in openFilter() 115 …@Override public android.hardware.tv.tuner.IDvr openDvr(byte type, int bufferSize, android.hardwar… in openDvr() 350 …r.IFilter openFilter(android.hardware.tv.tuner.DemuxFilterType type, int bufferSize, android.hardw… in openFilter() 498 …@Override public android.hardware.tv.tuner.IDvr openDvr(byte type, int bufferSize, android.hardwar… in openDvr() 640 …r.IFilter openFilter(android.hardware.tv.tuner.DemuxFilterType type, int bufferSize, android.hardw… in openFilter() 691 …public android.hardware.tv.tuner.IDvr openDvr(byte type, int bufferSize, android.hardware.tv.tuner… in openDvr()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Net.cpp | 233 DWORD bufferSize = kBufferSize; in Next() local 253 DWORD bufferSize = kBufferSize; in Next() local 277 DWORD bufferSize = kBufferSize; in GetResourceParent() local 296 DWORD bufferSize = kBufferSize; in GetResourceParent() local 320 DWORD bufferSize = kBufferSize; in GetResourceInformation() local 344 DWORD bufferSize = kBufferSize; in GetResourceInformation() local
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | FileHandle.kt | 166 var bufferSize = 0L in position() variable 195 val bufferSize = source.buffer.size in reposition() constant 245 var bufferSize = 0L in position() variable
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | CacheDataSink.java | 50 private int bufferSize; field in CacheDataSink.Factory 98 public Factory setBufferSize(int bufferSize) { in setBufferSize() 127 private final int bufferSize; field in CacheDataSink 161 public CacheDataSink(Cache cache, long fragmentSize, int bufferSize) { in CacheDataSink()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | CacheDataSink.java | 50 private int bufferSize; field in CacheDataSink.Factory 98 public Factory setBufferSize(int bufferSize) { in setBufferSize() 127 private final int bufferSize; field in CacheDataSink 161 public CacheDataSink(Cache cache, long fragmentSize, int bufferSize) { in CacheDataSink()
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | RoutingTest.java | 93 int bufferSize = in allocAudioTrack() local 292 int bufferSize = in allocAudioRecord() local 422 public AudioTrackFiller(AudioTrack audioTrack, int bufferSize) { in AudioTrackFiller() 451 int bufferSize = in testAudioTrackGetRoutedDevice() local 520 public AudioRecordPuller(AudioRecord audioRecord, int bufferSize) { in AudioRecordPuller() 548 int bufferSize = in testAudioRecordGetRoutedDevice() local
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | ReaderInputStream.java | 161 static int checkMinBufferSize(final CharsetEncoder charsetEncoder, final int bufferSize) { in checkMinBufferSize() 241 public ReaderInputStream(final Reader reader, final Charset charset, final int bufferSize) { in ReaderInputStream() 284 …ReaderInputStream(final Reader reader, final CharsetEncoder charsetEncoder, final int bufferSize) { in ReaderInputStream() 322 public ReaderInputStream(final Reader reader, final String charsetName, final int bufferSize) { in ReaderInputStream()
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/ |
H A D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 283 int bufferSize = 4; in testOffsetCorrectFileChannelReadBuffer() local 302 int bufferSize = 4; in testOffsetCorrectFileChannelReadBuffers() local 320 int bufferSize = 4; in testOffsetCorrectFileChannelReadBufferFromPosition() local 396 int bufferSize = 4; in testOffsetCorrectFileChannelWriteBuffers() local 412 int bufferSize = 4; in testOffsetCorrectFileChannelWriteBufferFromPosition() local
|