Lines Matching refs:task
28 TaskGeneric* task; in createTask() local
31 task = new TaskBatch(); in createTask()
34 task = new TaskCase(); in createTask()
37 task = new TaskSequential(); in createTask()
40 task = new TaskProcess(); in createTask()
43 task = new TaskInput(); in createTask()
46 task = new TaskOutput(); in createTask()
49 task = new TaskSound(); in createTask()
52 task = new TaskSave(); in createTask()
57 task = new TaskGeneric(type); in createTask()
60 task = new TaskMessage(); in createTask()
63 task = new TaskDownload(); in createTask()
69 LOGD("GenericFactory::createTask 0x%x, type %d", task, type); in createTask()
70 return task; in createTask()