Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java159 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java438 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits() local
540 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits() local
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp54 void ChannelBuffer::initBuffers(unsigned int blockSize, unsigned int overlapSize, in initBuffers()
137 void DPFrequency::configure(size_t blockSize, size_t overlapSize, in configure()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java857 int flags, int blockSize) throws IOException { in EntryFile()
896 public EntryFile(File file, int blockSize) { in EntryFile()
/frameworks/base/media/native/midi/
Damidi.cpp405 size_t blockSize = AMIDI_BUFFER_SIZE; in AMidiInputPort_sendWithTimestamp() local
/frameworks/av/media/codec2/vndk/
DC2Store.cpp188 size_t blockSize = getpagesize(); in UseComponentStoreForIonAllocator() local
241 size_t blockSize = getpagesize(); in UseComponentStoreForDmaBufAllocator() local
DC2DmaBufAllocator.cpp316 uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
DC2AllocatorIon.cpp516 const UsageMapperFn &mapper, uint64_t minUsage, uint64_t maxUsage, uint64_t blockSize) { in setUsageMapper()
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp107 BlockSize blockSize = -1; member
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp200 size_t blockSize) { in queueInputBufferInternal()
/frameworks/base/services/incremental/
DIncrementalService.cpp66 static constexpr auto blockSize = 4096; member
2134 const auto blockSize = std::min<long>(constants().blockSize, data.size()); in setFileContent() local
/frameworks/av/media/extractors/mkv/
DMatroskaExtractor.cpp2281 size_t blockSize = 0; in findThumbnails() local
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java1860 @NonNull Size blockSize) { in PerformancePoint()