Home
last modified time | relevance | path

Searched refs:onEffectsError (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java300 public void onEffectsError(Exception exception, String filePath); in onEffectsError() method
875 mEffectsListener.onEffectsError(exception, null); in raiseError()
877 mEffectsListener.onEffectsError(exception, mOutputFile); in raiseError()
DVideoCamera.java2045 public synchronized void onEffectsError(Exception exception, String fileName) { in onEffectsError() method in VideoCamera