HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_STOPPED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 33 * on its own, RESULT_STOPPED if the runner was stopped by a call
46 public static final int RESULT_STOPPED = 5;
AsyncRunner.java 80 result.status = RESULT_STOPPED;
111 result.status = RESULT_STOPPED;
114 if (result.status == RESULT_STOPPED || result.status == RESULT_ERROR) {

Completed in 43 milliseconds