Searched refs:otherTask (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskImageContainer.java159 * @param otherTask the original task that is spawning this task.
162 public TaskImageContainer(TaskImageContainer otherTask, ProcessingPriority processingPriority) { argument
163 mId = otherTask.mId;
164 mExecutor = otherTask.mExecutor;
165 mImageTaskManager = otherTask.mImageTaskManager;
167 mSession = otherTask.mSession;
H A DTaskJpegEncode.java47 * @param otherTask Parent task that is spawning this task
50 public TaskJpegEncode(TaskImageContainer otherTask, ProcessingPriority processingPriority) { argument
51 super(otherTask, processingPriority);

Completed in 86 milliseconds