HomeSort by relevance Sort by last modified time
    Searched refs:TaskBatch (Results 1 - 5 of 5) sorted by null

  /cts/suite/audio_quality/lib/include/task/
TaskBatch.h 24 class TaskBatch: public TaskGeneric {
26 TaskBatch();
27 virtual ~TaskBatch();
ModelBuilder.h 54 virtual TaskBatch* parseBatch(const TiXmlElement& root, const android::String8& xmlFileName);
  /cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp 20 #include "task/TaskBatch.h"
26 TaskBatch::TaskBatch()
33 TaskBatch::~TaskBatch()
38 bool TaskBatch::addChild(TaskGeneric* child)
41 LOGE("TaskBatch::addChild wrong child type %d", child->getType());
53 TaskGeneric::ExecutionResult TaskBatch::run()
59 LOGW("TaskBatch::run no name or version information");
ModelBuilder.cpp 185 TaskBatch* ModelBuilder::parseBatch(const TiXmlElement& root, const android::String8& xmlFileName)
187 UniquePtr<TaskBatch> batch(
188 reinterpret_cast<TaskBatch*>(mFactory->createTask(TaskGeneric::ETaskBatch)));
190 LOGE("ModelBuilder::handleBatch cannot create TaskBatch");
  /cts/suite/audio_quality/lib/src/
GenericFactory.cpp 31 task = new TaskBatch();

Completed in 1458 milliseconds