Searched refs:mLastSample (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DPredictor.java58 private String mLastSample = NEW_START; field in class:Predictor
69 mLastSample = NEW_START;
84 mLastSample = NEW_START;
86 fs = fs + "+" + mLastSample;
98 mLastSample = sampleName;
/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];
/frameworks/base/media/java/android/media/
H A DAudioService.java1766 int mLastSample; field in class:AudioService.SoundPoolCallback
1773 mLastSample = sample;
1781 if (sampleId == mLastSample) {

Completed in 5573 milliseconds