Searched defs:setOutputFile (Results 1 - 2 of 2) 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!");
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java343 public void setOutputFile(String outputFile) { method in class:EffectsRecorder
346 throw new RuntimeException("setOutputFile cannot be called while recording!");
348 throw new RuntimeException("setOutputFile called on an already released recorder!");
357 public void setOutputFile(FileDescriptor fd) { method in class:EffectsRecorder
360 throw new RuntimeException("setOutputFile cannot be called while recording!");
362 throw new RuntimeException("setOutputFile called on an already released recorder!");

Completed in 155 milliseconds