Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskSave.cpp55 std::vector<android::String8>* listp = list.get(); in handleFile() local
56 if (listp == NULL) { in handleFile()
77 for (size_t i = 0; i < listp->size(); i++) { in handleFile()
79 getTestCase()->findAllBuffers((*listp)[i])); in handleFile()
82 LOGE("no buffer for given pattern %s", ((*listp)[i]).string()); in handleFile()
108 std::vector<android::String8>* listp = list.get(); in handleReport() local
109 if (listp == NULL) { in handleReport()
115 for (size_t i = 0; i < listp->size(); i++) { in handleReport()
117 getTestCase()->findAllValues((*listp)[i])); in handleReport()
120 LOGE("no value for given pattern %s", ((*listp)[i]).string()); in handleReport()