Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/
DEffectsRecorder.java322 public void onEffectsError(Exception exception, String filePath); in onEffectsError() method
866 mEffectsListener.onEffectsError(exception, null); in raiseError()
868 mEffectsListener.onEffectsError(exception, mOutputFile); in raiseError()
DVideoCamera.java1977 public synchronized void onEffectsError(Exception exception, String fileName) { in onEffectsError() method in VideoCamera