Home
last modified time | relevance | path

Searched defs:MAX_READ_SIZE (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioPlaybackCaptureTest.java470 final int MAX_READ_SIZE = 8 * nativeBufferSize; in testStopMediaProjectionDuringCapture() local
/aosp_15_r20/system/core/trusty/storage/proxy/
H A Dstorage.c38 #define MAX_READ_SIZE 4096 macro
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h147 #define MAX_READ_SIZE BYTES_QUAT_DATA macro
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dputil.cpp887 #define MAX_READ_SIZE 512 macro
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dputil.cpp887 #define MAX_READ_SIZE 512 macro
/aosp_15_r20/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp107 const size_t MAX_READ_SIZE = FUSE_MAX_MAX_PAGES * getpagesize(); variable