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

/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java171 public void setOutputFile(String outputFile) { method in class:EffectsRecorder
174 throw new RuntimeException("setOutputFile cannot be called while recording!");
176 throw new RuntimeException("setOutputFile called on an already released recorder!");
185 public void setOutputFile(FileDescriptor fd) { method in class:EffectsRecorder
188 throw new RuntimeException("setOutputFile cannot be called while recording!");
190 throw new RuntimeException("setOutputFile called on an already released recorder!");

Completed in 56 milliseconds