Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/camera/
DEffectsRecorder.java72 private static Class<?> sClsGraphRunner; field in EffectsRecorder
235 sClsGraphRunner = Class.forName("android.filterfw.core.GraphRunner"); in EffectsRecorder()
236 sGraphRunnerGetGraph = sClsGraphRunner.getMethod("getGraph"); in EffectsRecorder()
237 sGraphRunnerSetDoneCallback = sClsGraphRunner.getMethod( in EffectsRecorder()
239 sGraphRunnerRun = sClsGraphRunner.getMethod("run"); in EffectsRecorder()
240 sGraphRunnerGetError = sClsGraphRunner.getMethod("getError"); in EffectsRecorder()
241 sGraphRunnerStop = sClsGraphRunner.getMethod("stop"); in EffectsRecorder()
760 (Integer) getConstant(sClsGraphRunner, "RESULT_ERROR")) { in invokeOnRunnerDone()
805 sClsGraphRunner, "RESULT_ERROR") in invokeOnRunnerDone()
/packages/apps/Camera/src/com/android/camera/
DEffectsRecorder.java71 private static Class<?> sClsGraphRunner; field in EffectsRecorder
234 sClsGraphRunner = Class.forName("android.filterfw.core.GraphRunner"); in EffectsRecorder()
235 sGraphRunnerGetGraph = sClsGraphRunner.getMethod("getGraph"); in EffectsRecorder()
236 sGraphRunnerSetDoneCallback = sClsGraphRunner.getMethod( in EffectsRecorder()
238 sGraphRunnerRun = sClsGraphRunner.getMethod("run"); in EffectsRecorder()
239 sGraphRunnerGetError = sClsGraphRunner.getMethod("getError"); in EffectsRecorder()
240 sGraphRunnerStop = sClsGraphRunner.getMethod("stop"); in EffectsRecorder()
759 (Integer) getConstant(sClsGraphRunner, "RESULT_ERROR")) { in invokeOnRunnerDone()
804 sClsGraphRunner, "RESULT_ERROR") in invokeOnRunnerDone()