/frameworks/base/opengl/libs/ |
glesv2dbg.h | 33 const unsigned int maxFileSize, const char * const filePath);
|
/frameworks/base/core/java/android/os/storage/ |
StorageVolume.java | 46 boolean emulated, int mtpReserveSpace, boolean allowMassStorage, long maxFileSize) { 53 mMaxFileSize = maxFileSize; 59 boolean allowMassStorage, long maxFileSize) { 67 mMaxFileSize = maxFileSize; 191 long maxFileSize = in.readLong(); 194 storageId, allowMassStorage == 1, maxFileSize);
|
/frameworks/base/media/mtp/ |
MtpStorage.h | 42 bool removable, uint64_t maxFileSize);
|
MtpStorage.cpp | 37 bool removable, uint64_t maxFileSize) 42 mMaxFileSize(maxFileSize),
|
MtpServer.cpp | 872 uint64_t maxFileSize = storage->getMaxFileSize(); 874 if (maxFileSize != 0) { 877 if (mSendObjectFileSize > maxFileSize || mSendObjectFileSize == 0xFFFFFFFF) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 324 long maxFileSize = MAX_FILE_SIZE * 10; 325 recordMedia(maxFileSize, mOutFile2); 554 private void recordMedia(long maxFileSize, File outFile) throws Exception { 555 mMediaRecorder.setMaxFileSize(maxFileSize); 563 assertTrue(outFile.length() < 1.1 * maxFileSize);
|
/frameworks/base/media/jni/ |
android_mtp_MtpServer.cpp | 132 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); 139 reserveSpace, removable, maxFileSize);
|
/frameworks/base/opengl/libs/EGL/ |
egl.cpp | 110 const unsigned int maxFileSize = atoi(value) << 20; 112 StartDebugServer(port, forceUseFile, maxFileSize, value);
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
server.cpp | 43 const unsigned int maxFileSize, const char * const filePath) 45 MAX_FILE_SIZE = maxFileSize;
|
/packages/apps/Camera/src/com/android/camera/ |
EffectsRecorder.java | 205 public synchronized void setMaxFileSize(long maxFileSize) { 214 mMaxFileSize = maxFileSize; 693 recorder.setInputValue("maxFileSize", mMaxFileSize); [all...] |
VideoCamera.java | [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorClasses.h | 208 jfieldID maxFileSize;
|
VideoEditorClasses.cpp | 564 VIDEOEDIT_JAVA_FIELD_INIT("maxFileSize", "I" ), [all...] |
/frameworks/base/services/java/com/android/server/ |
MountService.java | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | [all...] |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |