Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/camera/
DEffectsRecorder.java76 private static Method sGraphRunnerGetError; field in EffectsRecorder
240 sGraphRunnerGetError = sClsGraphRunner.getMethod("getError"); in EffectsRecorder()
765 e = (Exception) invoke(mRunner, sGraphRunnerGetError); in invokeOnRunnerDone()
767 e = (Exception) invoke(mOldRunner, sGraphRunnerGetError); in invokeOnRunnerDone()
/packages/apps/Camera/src/com/android/camera/
DEffectsRecorder.java75 private static Method sGraphRunnerGetError; field in EffectsRecorder
239 sGraphRunnerGetError = sClsGraphRunner.getMethod("getError"); in EffectsRecorder()
764 e = (Exception) invoke(mRunner, sGraphRunnerGetError); in invokeOnRunnerDone()
766 e = (Exception) invoke(mOldRunner, sGraphRunnerGetError); in invokeOnRunnerDone()