Home | History | Annotate | Download | only in task

Lines Matching defs:TaskAsync

22 TaskAsync::TaskAsync(TaskType type)
32 TaskAsync::~TaskAsync()
37 TaskGeneric::ExecutionResult TaskAsync::run()
41 LOGE(" TaskAsync::run no id attribute");
49 if (!getParentSequential()->queueAsyncTask(const_cast<TaskAsync*>(this))) {
50 LOGE("TaskAsync::run queueAsyncTask failed");
58 bool TaskAsync::parseAttribute(const android::String8& name, const android::String8& value)
95 TaskSequential* TaskAsync::getParentSequential()