Home
last modified time | relevance | path

Searched refs:maxFileSize (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/mtp/
DMtpStorage.cpp35 const char* description, bool removable, uint64_t maxFileSize) in MtpStorage() argument
40 mMaxFileSize(maxFileSize), in MtpStorage()
DMtpStorage.h41 bool removable, uint64_t maxFileSize);
DMtpServer.cpp989 uint64_t maxFileSize = storage->getMaxFileSize(); in doSendObjectInfo() local
991 if (maxFileSize != 0) { in doSendObjectInfo()
994 if (mSendObjectFileSize > maxFileSize || mSendObjectFileSize == 0xFFFFFFFF) in doSendObjectInfo()
/frameworks/av/media/libstagefright/tests/writer/
DWriterTest.cpp585 int64_t maxFileSize = 0; in TEST_P() local
588 maxFileSize = (int64_t)(fileSizeLimit * inputFileSize); in TEST_P()
589 mWriter->setMaxFileSize(maxFileSize); in TEST_P()
632 if (maxFileSize <= 0) { in TEST_P()
636 } else if (maxFileSize > 0 && maxFileDuration <= 0) { in TEST_P()
638 } else if (maxFileDuration > 0 && maxFileSize <= 0) { in TEST_P()
644 if (maxFileSize > 0) { in TEST_P()
648 ASSERT_LE(buf.st_size, maxFileSize); in TEST_P()
/frameworks/base/media/jni/
Dandroid_mtp_MtpServer.cpp172 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); in android_mtp_MtpServer_add_storage() local
179 removable, maxFileSize); in android_mtp_MtpServer_add_storage()
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java134 long maxFileSize, UserHandle owner, String fsUuid, String state) { in StorageVolume() argument
143 mMaxFileSize = maxFileSize; in StorageVolume()
DVolumeInfo.java382 long maxFileSize = 0; in buildStorageVolume() local
406 maxFileSize = 4294967295L; in buildStorageVolume()
418 emulated, allowMassStorage, maxFileSize, new UserHandle(userId), in buildStorageVolume()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3112 final long maxFileSize = 0L; in getVolumeList() local
3119 allowMassStorage, maxFileSize, owner, uuid, state)); in getVolumeList()