OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxFileSize
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/media/java/android/mtp/
MtpStorage.java
36
private final long
mMaxFileSize
;
44
mMaxFileSize
= volume.getMaxFileSize();
111
return
mMaxFileSize
;
/frameworks/av/media/mtp/
MtpStorage.h
34
uint64_t
mMaxFileSize
;
54
inline uint64_t getMaxFileSize() const { return
mMaxFileSize
; }
MtpStorage.cpp
42
mMaxFileSize
(maxFileSize),
/frameworks/base/core/java/android/os/storage/
StorageVolume.java
48
private final long
mMaxFileSize
;
71
mMaxFileSize
= maxFileSize;
84
mMaxFileSize
= in.readLong();
94
template.mAllowMassStorage, template.
mMaxFileSize
, owner);
195
return
mMaxFileSize
;
273
pw.printPair("
mMaxFileSize
",
mMaxFileSize
);
308
parcel.writeLong(
mMaxFileSize
);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java
150
private long
mMaxFileSize
= 0;
268
mMediaRecorder.setMaxFileSize(
mMaxFileSize
);
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
218
long
mMaxFileSize
= -1; // can be specified in the intent
262
mMaxFileSize
= i.getLongExtra(EXTRA_MAX_BYTES, -1);
289
mMaxFileSize
= recorderState.getLong(MAX_FILE_SIZE_KEY, -1);
316
recorderState.putLong(MAX_FILE_SIZE_KEY,
mMaxFileSize
);
397
if (
mMaxFileSize
!= -1) {
399
mRecorder.sampleFile(),
mMaxFileSize
);
/packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java
93
private long
mMaxFileSize
= 0;
214
mMaxFileSize
= maxFileSize;
693
recorder.setInputValue("maxFileSize",
mMaxFileSize
);
[
all
...]
/packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java
151
private long
mMaxFileSize
= 0;
387
mMaxFileSize
= maxFileSize;
[
all
...]
Completed in 172 milliseconds