HomeSort by relevance Sort by last modified time
    Searched refs:mRepeatIndex (Results 1 - 3 of 3) 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;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
BuzzBeepBlinkTest.java     [all...]

Completed in 1044 milliseconds