Searched refs:AsyncRunner (Results 1 – 5 of 5) sorted by relevance
43 runner = std::make_unique<SurfaceTracing::AsyncRunner>(mFlinger, mConfig, in enable()199 SurfaceTracing::AsyncRunner::AsyncRunner(SurfaceFlinger& flinger, SurfaceTracing::Config& config, in AsyncRunner() function in android::SurfaceTracing::AsyncRunner203 mThread = std::thread(&AsyncRunner::loop, this); in AsyncRunner()206 void SurfaceTracing::AsyncRunner::loop() { in loop()220 bool SurfaceTracing::AsyncRunner::traceWhenNotified(LayersTraceProto* outProto) { in traceWhenNotified()232 void SurfaceTracing::AsyncRunner::notify(const char* where) { in notify()237 void SurfaceTracing::AsyncRunner::notifyLocked(const char* where) { in notifyLocked()246 status_t SurfaceTracing::AsyncRunner::writeToFile() { in writeToFile()252 status_t SurfaceTracing::AsyncRunner::stop() { in stop()
141 class AsyncRunner : public Runner {143 AsyncRunner(SurfaceFlinger& flinger, SurfaceTracing::Config& config, std::mutex& sfLock);144 virtual ~AsyncRunner() = default;
22 import android.filterfw.core.AsyncRunner;57 private AsyncRunner mAsyncRunner;68 public AsyncRunner getAsyncRunner(FilterContext environment) { in getAsyncRunner()70 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()
27 public class AsyncRunner extends GraphRunner{ class139 public AsyncRunner(FilterContext context, Class schedulerClass) { in AsyncRunner() method in AsyncRunner151 public AsyncRunner(FilterContext context) { in AsyncRunner() method in AsyncRunner
17926 Landroid/filterfw/core/AsyncRunner$AsyncRunnerTask;->onCancelled(Landroid/filterfw/core/AsyncRunner…17927 Landroid/filterfw/core/AsyncRunner$AsyncRunnerTask;->onPostExecute(Landroid/filterfw/core/AsyncRunn…17928 Landroid/filterfw/core/AsyncRunner$AsyncRunnerTask;->TAG:Ljava/lang/String;17929 Landroid/filterfw/core/AsyncRunner$RunnerResult;->exception:Ljava/lang/Exception;17930 Landroid/filterfw/core/AsyncRunner$RunnerResult;->status:I17931 Landroid/filterfw/core/AsyncRunner;-><init>(Landroid/filterfw/core/FilterContext;)V17932 Landroid/filterfw/core/AsyncRunner;-><init>(Landroid/filterfw/core/FilterContext;Ljava/lang/Class;)V17933 Landroid/filterfw/core/AsyncRunner;->close()V17934 Landroid/filterfw/core/AsyncRunner;->getError()Ljava/lang/Exception;17935 Landroid/filterfw/core/AsyncRunner;->getGraph()Landroid/filterfw/core/FilterGraph;[all …]