Home
last modified time | relevance | path

Searched refs:STR_TYPE (Results 1 – 1 of 1) sorted by relevance

/cts/suite/audio_quality/lib/src/task/
DTaskSound.cpp26 static const android::String8 STR_TYPE("type"); variable
32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL}; in TaskSound()
60 if (!findStringAttribute(STR_TYPE, type)) { in run()
61 LOGE("TaskSound::run %s string not found", STR_TYPE.string()); in run()