Searched refs:maxFileSize (Results 1 – 7 of 7) 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 | 971 uint64_t maxFileSize = storage->getMaxFileSize(); in doSendObjectInfo() local 973 if (maxFileSize != 0) { in doSendObjectInfo() 976 if (mSendObjectFileSize > maxFileSize || mSendObjectFileSize == 0xFFFFFFFF) in doSendObjectInfo()
|
/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 | 3092 final long maxFileSize = 0L; in getVolumeList() local 3099 allowMassStorage, maxFileSize, owner, uuid, state)); in getVolumeList()
|