Searched refs:threadPoolExecutor (Results 1 – 2 of 2) sorted by relevance
88 Provider<ExecutorService> threadPoolExecutor) { in CameraCommandExecutor() argument92 mExecutorProvider = threadPoolExecutor; in CameraCommandExecutor()
83 ThreadPoolExecutor threadPoolExecutor =91 threadPoolExecutor.allowCoreThreadTimeOut(true);92 IMAGE_THREAD_POOL_EXECUTOR = threadPoolExecutor;