Searched defs:executionMode (Results 1 - 1 of 1) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java179 * @param executionMode The mode of graph execution. Currently this can be either
183 public GraphRunner getRunner(int graphId, int executionMode) { argument
184 switch (executionMode) {
193 "Invalid execution mode " + executionMode + " specified in getRunner()!");

Completed in 29 milliseconds