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

  /cts/suite/audio_quality/lib/include/task/
TaskSound.h 26 class TaskSound: public TaskGeneric {
28 TaskSound();
29 virtual ~TaskSound();
  /cts/suite/audio_quality/lib/src/task/
TaskSound.cpp 23 #include "task/TaskSound.h"
28 TaskSound::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::run unknown word in type %s", type.string())
    [all...]
  /cts/suite/audio_quality/lib/src/
GenericFactory.cpp 49 task = new TaskSound();

Completed in 92 milliseconds