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

  /system/extras/tests/sdcard/
stopwatch.h 148 size_t mMaxIdx;
stopwatch.cpp 59 mMaxDuration(0.0), mMaxIdx(0),
132 mMinDuration, mMinIdx, mMaxDuration, mMaxIdx, mSizeKbytes);
189 mMaxIdx = i;
224 SNPRINTF_OR_RETURN(*str, *size, "# Max %s duration %f [%d]\n", mName, mMaxDuration, mMaxIdx);

Completed in 459 milliseconds