Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageBackend.java117 protected final ExecutorService mThreadPoolFast; field in ImageBackend
152 mThreadPoolFast = Executors.newFixedThreadPool(NUM_THREADS_FAST, new FastThreadFactory()); in ImageBackend()
179 mThreadPoolFast = fastService; in ImageBackend()
575 mThreadPoolFast.shutdown(); in shutdown()
678 mThreadPoolFast.execute(new TaskDoneWrapper(this, shadowTask, task)); in scheduleTasks()