Searched refs:maxFileSize (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/mtp/ |
D | MtpStorage.cpp | 35 const char* description, bool removable, uint64_t maxFileSize) in MtpStorage() argument 40 mMaxFileSize(maxFileSize), in MtpStorage()
|
D | MtpStorage.h | 41 bool removable, uint64_t maxFileSize);
|
D | MtpServer.cpp | 989 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/ |
D | WriterTest.cpp | 585 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/ |
D | android_mtp_MtpServer.cpp | 172 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/ |
D | StorageVolume.java | 134 long maxFileSize, UserHandle owner, String fsUuid, String state) { in StorageVolume() argument 143 mMaxFileSize = maxFileSize; in StorageVolume()
|
D | VolumeInfo.java | 382 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/ |
D | StorageManagerService.java | 3112 final long maxFileSize = 0L; in getVolumeList() local 3119 allowMassStorage, maxFileSize, owner, uuid, state)); in getVolumeList()
|