Searched defs:processing (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingServiceManager.java17 package com.android.camera.processing;
27 * Manages a queue of processing tasks as well as the processing service
45 /** Whether a processing service is currently running. */
63 * @return the singleton instance of the processing service manager.
95 * queue or we have a processing hold. If null is returned the
97 * new items enter the queue or the processing is resumed.
119 * If the queue is currently empty, processing is suspended for new incoming
122 * If items are in the queue, processing cannot be suspended.
124 * @return Whether processing wa
[all...]
H A DProcessingTask.java17 package com.android.camera.processing;
37 * @param success whether the processing was successful.
48 * processing.
52 * Called when a task is done processing.
54 * @param result the processing result.
65 * @return the {@code ProcessResult} with the result of the processing
98 /** Sets a listener that is informed when this task is done processing. */
H A DProcessingService.java17 package com.android.camera.processing;
79 /** Sending this broadcast intent will cause the processing to pause. */
81 "com.android.camera.processing.PAUSE";
83 * Sending this broadcast intent will cause the processing to resume after
87 "com.android.camera.processing.RESUME";

Completed in 767 milliseconds