OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessingTaskController
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTask.java
24
private
ProcessingTaskController
mTaskController;
56
msg.arg1 =
ProcessingTaskController
.UPDATE;
64
msg.arg1 =
ProcessingTaskController
.RESULT;
68
public void added(
ProcessingTaskController
taskController) {
ProcessingTaskController.java
27
public class
ProcessingTaskController
implements Handler.Callback {
28
private static final String LOGTAG = "
ProcessingTaskController
";
65
public
ProcessingTaskController
(Context context) {
67
mHandlerThread = new HandlerThread("
ProcessingTaskController
",
ProcessingService.java
57
private
ProcessingTaskController
mProcessingTaskController;
169
mProcessingTaskController = new
ProcessingTaskController
(this);
Completed in 82 milliseconds