Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageVolume.java47 boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize) { in StorageVolume() argument
54 mMaxFileSize = maxFileSize; in StorageVolume()
60 boolean allowMassStorage, long maxFileSize) { in StorageVolume() argument
68 mMaxFileSize = maxFileSize; in StorageVolume()
196 long maxFileSize = in.readLong();
199 storageId, allowMassStorage == 1, maxFileSize);
/frameworks/av/media/mtp/
DMtpStorage.cpp37 bool removable, uint64_t maxFileSize) in MtpStorage() argument
42 mMaxFileSize(maxFileSize), in MtpStorage()
DMtpStorage.h42 bool removable, uint64_t maxFileSize);
DMtpServer.cpp872 uint64_t maxFileSize = storage->getMaxFileSize(); in doSendObjectInfo() local
874 if (maxFileSize != 0) { in doSendObjectInfo()
877 if (mSendObjectFileSize > maxFileSize || mSendObjectFileSize == 0xFFFFFFFF) in doSendObjectInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpServer.cpp132 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); in android_mtp_MtpServer_add_storage() local
139 reserveSpace, removable, maxFileSize); in android_mtp_MtpServer_add_storage()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorClasses.h208 jfieldID maxFileSize; member
DVideoEditorClasses.cpp2007 fieldIds.maxFileSize); in videoEditClasses_getEditSettings()
/frameworks/base/services/java/com/android/server/
DMountService.java1104 long maxFileSize = a.getInt( in readStorageList() local
1111 " maxFileSize: " + maxFileSize); in readStorageList()
1118 mtpReserve, allowMassStorage, maxFileSize); in readStorageList()
/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java1563 public int maxFileSize; field in MediaArtistNativeHelper.EditSettings
3699 mPreviewEditSettings.maxFileSize = 0; in export()