Searched defs:maxFileSize (Results 1 – 9 of 9) sorted by relevance
46 boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize) { in StorageVolume()59 boolean allowMassStorage, long maxFileSize) { in StorageVolume()
37 bool removable, uint64_t maxFileSize) in MtpStorage()
872 uint64_t maxFileSize = storage->getMaxFileSize(); in doSendObjectInfo() local
43 const unsigned int maxFileSize, const char * const filePath) in StartDebugServer()
132 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); in android_mtp_MtpServer_add_storage() local
110 const unsigned int maxFileSize = atoi(value) << 20; in initEglTraceLevel() local
208 jfieldID maxFileSize; member
1090 long maxFileSize = a.getInt( in readStorageList() local
1563 public int maxFileSize; field in MediaArtistNativeHelper.EditSettings