Searched refs:TaskSound (Results 1 - 3 of 3) sorted by relevance

/cts/suite/audio_quality/lib/include/task/
H A DTaskSound.h26 class TaskSound: public TaskGeneric { class in inherits:TaskGeneric
28 TaskSound();
29 virtual ~TaskSound();
/cts/suite/audio_quality/lib/src/task/
H A DTaskSound.cpp23 #include "task/TaskSound.h"
28 TaskSound::TaskSound() function in class:TaskSound
36 TaskSound::~TaskSound()
41 bool TaskSound::parseAttribute(const android::String8& name, const android::String8& value)
52 TaskGeneric::ExecutionResult TaskSound::run()
56 LOGE("TaskSound::run %s string not found", STR_ID.string());
61 LOGE("TaskSound::run %s string not found", STR_TYPE.string());
96 LOGE("TaskSound
[all...]
/cts/suite/audio_quality/lib/src/
H A DGenericFactory.cpp49 task = new TaskSound();

Completed in 63 milliseconds