Searched refs:mRepeat (Results 1 – 7 of 7) sorted by relevance
98 if (mRepeat && isPlaying()) {108 if (mRepeat && isPlaying()) {144 private volatile boolean mRepeat; field in AudioPlayer173 mRepeat = repeat; in start()225 if (!mRepeat && mHandleFocus) { in doStart()241 if (!mRepeat && mHandleFocus) { in doStart()250 mPlayer.setLooping(mRepeat); in doStart()
51 mRepeat = repeat; in vibrate()95 if (mRepeat < 0) { in nextStep()100 mIndex = mRepeat; in nextStep()146 dump += StringPrintf(INDENT3 "Repeat Index: %zd\n", mRepeat); in dump()
43 ssize_t mRepeat; variable
244 private final boolean mRepeat; field in SlideshowPage.ShuffleSource250 mRepeat = repeat; in ShuffleSource()260 if (!mRepeat && index >= mOrder.length) return null; in getMediaItem()316 private final boolean mRepeat; field in SlideshowPage.SequentialSource320 mRepeat = repeat; in SequentialSource()332 if (mRepeat) { in getMediaItem()
1983 private final int mRepeat; field in InputManagerService.VibrationInfo1994 return mRepeat; in getRepeatIndex()2035 mRepeat = -1; in VibrationInfo()2037 mRepeat = patternRepeatIndex; in VibrationInfo()2042 if (mRepeat >= mPattern.length) { in VibrationInfo()2043 throw new ArrayIndexOutOfBoundsException("Repeat index " + mRepeat in VibrationInfo()
162 private int mRepeat = 0; field in ActivityManagerShellCommand349 mRepeat = 0; in makeIntent()400 mRepeat = Integer.parseInt(getNextArgRequired()); in makeIntent()662 mRepeat--;663 if (mRepeat > 0) {666 } while (mRepeat > 0);
43473 Landroid/os/VibrationEffect$Waveform;->mRepeat:I