OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputFile
(Results
1 - 5
of
5
) sorted by null
/sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java
65
String
mOutputFile
= null;
120
mOutputFile
= argument;
134
File outputParent = new File(
mOutputFile
).getParentFile();
136
printAndExit(String.format("%1$s is not a valid ouput file",
mOutputFile
),
320
* Analyze the data and writes it to {@link #
mOutputFile
}
327
if (
mOutputFile
.toLowerCase().endsWith(CVS_EXT) == false) {
328
mOutputFile
=
mOutputFile
+ CVS_EXT;
331
writer = new BufferedWriter(new FileWriter(
mOutputFile
));
/packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java
90
private String
mOutputFile
;
181
mOutputFile
= outputFile;
195
mOutputFile
= null;
654
if ((
mOutputFile
== null) && (mFd == null)) {
666
recorder.setInputValue("outputFile",
mOutputFile
);
[
all
...]
/system/media/mca/filterpacks/videosink/java/
MediaEncoderFilter.java
65
private String
mOutputFile
= new String("/sdcard/MediaEncoderOut.mp4");
260
mMediaRecorder.setOutputFile(
mOutputFile
);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
356
private String
mOutputFile
;
385
mOutputFile
= outputFile;
387
if (
mOutputFile
== null) {
392
Environment.getExternalStorageDirectory(),
mOutputFile
), true));
[
all
...]
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
[
all
...]
Completed in 109 milliseconds