Searched refs:sClsGraphRunner (Results 1 – 2 of 2) sorted by relevance
72 private static Class<?> sClsGraphRunner; field in EffectsRecorder235 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()
71 private static Class<?> sClsGraphRunner; field in EffectsRecorder234 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()