Searched defs:mThreadPool (Results 1 – 14 of 14) sorted by relevance
41 std::unique_ptr<ThreadPool> mThreadPool; // set in constructor, has own lock variable
448 std::unique_ptr<ThreadPool> mThreadPool; // locked internally variable
35 private ThreadPool mThreadPool = new ThreadPool(1, 1); field in BatchService
43 private ThreadPool mThreadPool; field in GalleryAppImpl
61 private final ThreadPool mThreadPool; field in SlideshowDataAdapter
52 private ThreadPool mThreadPool; field in SinglePhotoDataAdapter
141 private final ThreadPool mThreadPool; field in PhotoDataAdapter
76 private ExecutorService mThreadPool; field in ViewServer
63 private ExecutorService mThreadPool; field in AuthFsHostTest
63 private final JobLimiter mThreadPool; field in AlbumSlidingWindow
61 private final ThreadPool mThreadPool; field in AlbumSetSlidingWindow
122 private final ThreadPool mThreadPool; field in TileImageView
176 } mThreadPool; member in android::AudioFileHandler
198 ThreadPool mThreadPool; // for asynchronous operations member