Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskDownload.cpp24 static const android::String8 STR_ID("id"); variable
29 const android::String8* list[] = {&STR_ID, NULL}; in TaskDownload()
41 if (!findStringAttribute(STR_ID, id)) { in run()
42 LOGE("TaskDownload::run %s string not found", STR_ID.string()); in run()
DTaskSound.cpp25 static const android::String8 STR_ID("id"); variable
32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL}; in TaskSound()
55 if (!findStringAttribute(STR_ID, id)) { in run()
56 LOGE("TaskSound::run %s string not found", STR_ID.string()); in run()