OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TaskBatch
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/lib/include/task/
TaskBatch.h
24
class
TaskBatch
: public TaskGeneric {
26
TaskBatch
();
27
virtual ~
TaskBatch
();
/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");
Completed in 2661 milliseconds