Home
last modified time | relevance | path

Searched refs:AsyncRunner (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp43 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::AsyncRunner
203 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()
DSurfaceTracing.h141 class AsyncRunner : public Runner {
143 AsyncRunner(SurfaceFlinger& flinger, SurfaceTracing::Config& config, std::mutex& sfLock);
144 virtual ~AsyncRunner() = default;
/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java22 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()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java27 public class AsyncRunner extends GraphRunner{ class
139 public AsyncRunner(FilterContext context, Class schedulerClass) { in AsyncRunner() method in AsyncRunner
151 public AsyncRunner(FilterContext context) { in AsyncRunner() method in AsyncRunner
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17926 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:I
17931 Landroid/filterfw/core/AsyncRunner;-><init>(Landroid/filterfw/core/FilterContext;)V
17932 Landroid/filterfw/core/AsyncRunner;-><init>(Landroid/filterfw/core/FilterContext;Ljava/lang/Class;)V
17933 Landroid/filterfw/core/AsyncRunner;->close()V
17934 Landroid/filterfw/core/AsyncRunner;->getError()Ljava/lang/Exception;
17935 Landroid/filterfw/core/AsyncRunner;->getGraph()Landroid/filterfw/core/FilterGraph;
[all …]