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

/frameworks/av/media/mtp/
H A DMtpStorage.h42 bool removable, uint64_t maxFileSize);
H A DMtpStorage.cpp37 bool removable, uint64_t maxFileSize)
42 mMaxFileSize(maxFileSize),
35 MtpStorage(MtpStorageID id, const char* filePath, const char* description, uint64_t reserveSpace, bool removable, uint64_t maxFileSize) argument
H A DMtpServer.cpp872 uint64_t maxFileSize = storage->getMaxFileSize();
874 if (maxFileSize != 0) {
877 if (mSendObjectFileSize > maxFileSize || mSendObjectFileSize == 0xFFFFFFFF)
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java55 boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize,
64 mMaxFileSize = maxFileSize;
54 StorageVolume(File path, int descriptionId, boolean primary, boolean removable, boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize, UserHandle owner) argument
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp132 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); local
139 reserveSpace, removable, maxFileSize);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h208 jfieldID maxFileSize; member in struct:__anon13
H A DVideoEditorClasses.cpp564 VIDEOEDIT_JAVA_FIELD_INIT("maxFileSize", "I" ),
2016 fieldIds.maxFileSize);
/frameworks/base/services/java/com/android/server/
H A DMountService.java1174 long maxFileSize = a.getInt(
1181 " maxFileSize: " + maxFileSize);
1187 true, mtpReserve, false, maxFileSize, null);
1200 allowMassStorage, maxFileSize, null);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1563 public int maxFileSize; field in class:MediaArtistNativeHelper.EditSettings
3699 mPreviewEditSettings.maxFileSize = 0;

Completed in 7588 milliseconds