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

  /frameworks/base/core/java/android/net/
SamplingDataTracker.java 142 private SamplingSnapshot mLastSample;
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/
SoundPoolTest.java 70 private int mLastSample;
88 if (sampleId == mLastSample) {
123 mLastSample = mSounds[index];
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 137 milliseconds