/aosp12/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() 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 310 const size_t bufferSize = 1024; in TEST_F() local [all …]
|
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
H A D | SpeedMeasurementController.java | 38 void testStarted(int mode, int bufferSize); in testStarted() 39 void testFinished(int mode, int bufferSize); in testFinished() 109 private void runTest(BaseWriterThread writer, ReaderThread reader, int mode, int bufferSize) { in runTest() 143 private void runSyncTest(int bufferSize) { in runSyncTest() 149 private void runAsyncTest(int bufferSize) { in runAsyncTest() 219 private BaseWriterThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in BaseWriterThread() 270 private WriterSyncThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in WriterSyncThread() 316 private WriterAsyncThread(UsbDevice device, UsbDeviceConnection conn, int bufferSize) { in WriterAsyncThread() 384 int bufferSize = (bytesToSend > buffer.length ? buffer.length : bytesToSend); in run() local
|
H A D | UsbAoapHostActivity.java | 113 public void testStarted(int mode, int bufferSize) { in testStarted() 119 public void testFinished(int mode, int bufferSize) { in testFinished()
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 51 val bufferSize = Point(300, 200) regex 68 val bufferSize = Point(3000, 2000) regex 85 val bufferSize = Point(300, 200) regex
|
H A D | BufferRejectionTests.kt | 64 val bufferSize = Point(300, 200) regex 120 val bufferSize = Point(300, 200) regex
|
/aosp12/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
|
/aosp12/frameworks/av/services/tuner/aidl/android/media/tv/tuner/ |
H A D | ITunerDemux.aidl | 42 in int mainType, in int subtype, in int bufferSize, in ITunerFilterCallback cb); in openFilter() 62 ITunerDvr openDvr(in int dvbType, in int bufferSize, in ITunerDvrCallback cb); in openDvr()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerCallback_test.cpp | 167 ui::Size bufferSize = getBufferSize(); in TEST_F() local 190 ui::Size bufferSize = getBufferSize(); in TEST_F() local 212 ui::Size bufferSize = getBufferSize(); in TEST_F() local 250 ui::Size bufferSize = getBufferSize(); in TEST_F() local 278 ui::Size bufferSize = getBufferSize(); in TEST_F() local 312 ui::Size bufferSize = getBufferSize(); in TEST_F() local 347 ui::Size bufferSize = getBufferSize(); in TEST_F() local 441 ui::Size bufferSize = getBufferSize(); in TEST_F() local 669 ui::Size bufferSize = getBufferSize(); in TEST_F() local 731 ui::Size bufferSize = getBufferSize(); in TEST_F() local [all …]
|
/aosp12/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()
|
/aosp12/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 1021 const int bufferSize = drmBuffer.length; in onTransact() local [all …]
|
/aosp12/packages/modules/StatsD/lib/libstatssocket/tests/ |
H A D | stats_event_test.cpp | 134 size_t bufferSize; in TEST() local 172 size_t bufferSize; in TEST() local 197 size_t bufferSize; in TEST() local 222 size_t bufferSize; in TEST() local 248 size_t bufferSize; in TEST() local 287 size_t bufferSize; in TEST() local 334 size_t bufferSize; in TEST() local 376 size_t bufferSize; in TEST() local 470 size_t bufferSize; in TEST() local
|
/aosp12/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
|
/aosp12/hardware/libhardware_legacy/audio/ |
H A D | AudioHardwareStub.h | 34 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 51 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
H A D | AudioHardwareGeneric.h | 51 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 85 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
/aosp12/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
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | gpu.cpp | 204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 unsigned int bufferSize) { in alloc_impl() 351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 389 int bufferSize) in gralloc_alloc_size()
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | gpu.cpp | 192 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 247 size_t bufferSize) { in alloc_impl() 316 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 352 int bufferSize) in gralloc_alloc_size()
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | gpu.cpp | 225 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 282 unsigned int bufferSize) { in alloc_impl() 358 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 395 int bufferSize) in gralloc_alloc_size()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | gpu.cpp | 206 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 263 unsigned int bufferSize) { in alloc_impl() 353 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 390 int bufferSize) in gralloc_alloc_size()
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | gpu.cpp | 206 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 size_t bufferSize) { in alloc_impl() 329 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 365 int bufferSize) in gralloc_alloc_size()
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | gpu.cpp | 209 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 264 unsigned int bufferSize) { in alloc_impl() 331 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 368 int bufferSize) in gralloc_alloc_size()
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | gpu.cpp | 204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 unsigned int bufferSize) { in alloc_impl() 351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 389 int bufferSize) in gralloc_alloc_size()
|
/aosp12/frameworks/base/media/jni/tuner/ |
H A D | DemuxClient.cpp | 63 sp<FilterClient> DemuxClient::openFilter(DemuxFilterType type, int bufferSize, in openFilter() 165 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int bufferSize, sp<DvrClientCallback> cb) { in openDvr() 234 sp<IFilter> DemuxClient::openHidlFilter(DemuxFilterType type, int bufferSize, in openHidlFilter() 274 sp<IDvr> DemuxClient::openHidlDvr(DvrType dvrType, int bufferSize, in openHidlDvr()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioHardwareALSA.cpp | 911 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; in openOutputStream() local 1010 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; in openOutputSession() local 1129 unsigned long bufferSize; in openInputStream() local 1210 unsigned long bufferSize = MIN_CAPTURE_BUFFER_SIZE_PER_CH; in openInputStream() local 1412 size_t bufferSize = 0; in getInputBufferSize() local 1435 unsigned long bufferSize = FM_BUFFER_SIZE; in handleFm() local 1532 unsigned long bufferSize = DEFAULT_VOICE_BUFFER_SIZE; in enableVoiceCall() local
|
/aosp12/system/chre/util/include/chre/util/system/ |
H A D | debug_dump.h | 36 explicit DebugDumpWrapper(size_t bufferSize) in DebugDumpWrapper()
|