Home | History | Annotate | Download | only in task

Lines Matching defs:TaskSound

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());
104 LOGE("TaskSound::run registering buffer %s failed", id.string());