Searched refs:mSamplesIndex (Results 1 – 2 of 2) sorted by relevance
86 private int mSamplesIndex; field in RecorderRunnable347 int currentIndex = mSamplesIndex - 100; //offset in run()361 if (mSamplesIndex < mSamples.length) { in run()362 mSamples[mSamplesIndex++] = value; in run()513 if (mSamplesIndex < mSamples.length) { in isStillRoomToRecord()
51 int mSamplesIndex; field in NativeAudioThread230 mSamplesIndex = 0; //reset index in run()