OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphRunner
(Results
1 - 6
of
6
) sorted by null
/system/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java
23
public abstract class
GraphRunner
{
49
public
GraphRunner
(FilterContext context) {
AsyncRunner.java
35
public class AsyncRunner extends
GraphRunner
{
79
if (result.status ==
GraphRunner
.RESULT_SLEEPING) {
SyncRunner.java
31
public class SyncRunner extends
GraphRunner
{
/system/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java
25
import android.filterfw.core.
GraphRunner
;
40
* 4. Obtain a
GraphRunner
instance using getRunner().
75
public
GraphRunner
getSyncRunner(FilterContext environment) {
174
* Get a
GraphRunner
instance for the graph with the specified ID. The
GraphRunner
instance can
181
* @return A
GraphRunner
instance for this graph.
183
public
GraphRunner
getRunner(int graphId, int executionMode) {
/system/media/mca/effect/java/android/media/effect/
FilterGraphEffect.java
21
import android.filterfw.core.
GraphRunner
;
45
protected
GraphRunner
mRunner;
/packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java
24
import android.filterfw.core.
GraphRunner
;
25
import android.filterfw.core.
GraphRunner
.OnRunnerDoneListener;
105
private
GraphRunner
mRunner = null;
106
private
GraphRunner
mOldRunner = null;
798
if (result ==
GraphRunner
.RESULT_ERROR) {
[
all
...]
Completed in 250 milliseconds