Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskCase.cpp216 return registerGeneric<int>(mIndexList, name, value); in registerIndex()
221 return updateGeneric<int>(mIndexList, name, value); in updateIndex()
226 return findGeneric<int>(mIndexList, name, val); in findIndex()
235 return findAllGeneric<int>(mIndexList, translated.string()); in findAllIndices()
/cts/suite/audio_quality/lib/include/task/
DTaskCase.h133 std::map<android::String8, int> mIndexList; variable