Searched defs:maxFileSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/mtp/
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
/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/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/mediaeditor/
H A DVideoEditorClasses.h208 jfieldID maxFileSize; member in struct:__anon13
/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 104 milliseconds