Searched refs: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.cpp471 } executionMode = kEMDefault; local
487 executionMode = kEMIntPortable;
489 executionMode = kEMIntFast;
492 executionMode = kEMJitCompiler;
685 if (executionMode == kEMIntPortable) {
688 } else if (executionMode == kEMIntFast) {
692 } else if (executionMode == kEMJitCompiler) {

Completed in 343 milliseconds