Home
last modified time | relevance | path

Searched refs:executionMode (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java188 public GraphRunner getRunner(int graphId, int executionMode) { in getRunner() argument
189 switch (executionMode) { in getRunner()
198 "Invalid execution mode " + executionMode + " specified in getRunner()!"); in getRunner()
/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp693 } executionMode = kEMDefault; in startVm() local
780 executionMode = kEMIntPortable; in startVm()
782 executionMode = kEMIntFast; in startVm()
784 executionMode = kEMJitCompiler; in startVm()
957 if (executionMode == kEMIntPortable) { in startVm()
959 } else if (executionMode == kEMIntFast) { in startVm()
961 } else if (executionMode == kEMJitCompiler) { in startVm()