Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A 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()
H A DVideoCamera.java2045 public synchronized void onEffectsError(Exception exception, String fileName) { in onEffectsError() method in VideoCamera