HomeSort by relevance Sort by last modified time
    Searched defs:GraphRunner (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 23 public abstract class GraphRunner {
49 public GraphRunner(FilterContext context) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 27 * A GraphRunner schedules and executes the filter nodes of a graph.
29 * Typically, you create a GraphRunner given a FilterGraph instance, and execute it by calling
37 public final class GraphRunner {
238 Log.w("GraphRunner", "Event queue processing was interrupted.");
282 mThreadRunner.set(GraphRunner.this);
318 listener.onSubGraphRunEnded(GraphRunner.this);
374 Log.w("GraphRunner", "State is not running! (" + mState.current() + ")");
406 Log.v("GraphRunner", "CLOSING FILTERS");
411 Log.i("GraphRunner", "Closing Filter " + filters[i] + "!");
425 Log.i("GraphRunner", scheduleTime + ": Scheduling " + filter + "!")
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 71 milliseconds