HomeSort by relevance Sort by last modified time
    Searched refs:mRepeatIndex (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/lib/src/task/
TaskSequential.cpp 27 mRepeatIndex(-1)
40 mRepeatIndex = -1;
42 if (storeIndex && !getTestCase()->registerIndex(mIndexName, mRepeatIndex)) {
43 if (!getTestCase()->updateIndex(mIndexName, mRepeatIndex)) {
51 for (mRepeatIndex = 0; mRepeatIndex < mRepeatCount; mRepeatIndex++) {
52 LOGI(" TaskSequential index %s loop %d-th", mIndexName.string(), mRepeatIndex);
53 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) {
81 mRepeatIndex = mRepeatCount; //exit for loo
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskSequential.h 49 int mRepeatIndex;

Completed in 160 milliseconds