Searched defs:mLastSample (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DSamplingDataTracker.java142 private SamplingSnapshot mLastSample; field in class:SamplingDataTracker
155 mLastSample = s;
161 if (mLastSample != null) {
162 if (s.mTimestamp - mLastSample.mTimestamp > MINIMUM_SAMPLING_INTERVAL
163 && getSampledPacketCount(mLastSample, s) > MINIMUM_SAMPLED_PACKETS) {
164 mBeginningSample = mLastSample;
166 mLastSample = null;
183 mLastSample = null;
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java70 private int mLastSample; field in class:SoundPoolTest.TestThread
88 if (sampleId == mLastSample) {
123 mLastSample = mSounds[index];

Completed in 109 milliseconds