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

/frameworks/base/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()!");
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp624 } executionMode = kEMDefault; local
655 executionMode = kEMIntPortable;
657 executionMode = kEMIntFast;
659 executionMode = kEMJitCompiler;
737 if (executionMode == kEMIntPortable) {
739 } else if (executionMode == kEMIntFast) {
741 } else if (executionMode == kEMJitCompiler) {

Completed in 119 milliseconds