Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskSequential.cpp27 mRepeatIndex(-1) in TaskSequential()
40 mRepeatIndex = -1; in run()
42 if (storeIndex && !getTestCase()->registerIndex(mIndexName, mRepeatIndex)) { in run()
43 if (!getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
51 for (mRepeatIndex = 0; mRepeatIndex < mRepeatCount; mRepeatIndex++) { in run()
52 LOGI(" TaskSequential index %s loop %d-th", mIndexName.string(), mRepeatIndex); in run()
53 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
81 mRepeatIndex = mRepeatCount; //exit for loop in run()
86 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
/cts/suite/audio_quality/lib/include/task/
DTaskSequential.h49 int mRepeatIndex; variable