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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 27 public class AsyncRunner extends GraphRunner{
132 private static final String TAG = "AsyncRunner";
139 public AsyncRunner(FilterContext context, Class schedulerClass) {
151 public AsyncRunner(FilterContext context) {
158 /** Set a callback to be called in the UI thread once the AsyncRunner
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 98 private AsyncRunner asyncRunner;
166 asyncRunner.exec(new Runnable() {
365 * @param asyncRunner new strategy for handling threads.
367 public void setAsyncRunner(AsyncRunner asyncRunner) {
368 this.asyncRunner = asyncRunner;
405 public interface AsyncRunner {
451 public static class DefaultAsyncRunner implements AsyncRunner {
    [all...]

Completed in 65 milliseconds