Home
last modified time | relevance | path

Searched refs:mRepeat (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
H A DAudioPlayer.java98 if (mRepeat && isPlaying()) {
108 if (mRepeat && isPlaying()) {
144 private volatile boolean mRepeat; field in AudioPlayer
173 mRepeat = repeat; in start()
225 if (!mRepeat && mHandleFocus) { in doStart()
241 if (!mRepeat && mHandleFocus) { in doStart()
250 mPlayer.setLooping(mRepeat); in doStart()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DVibratorInputMapper.cpp51 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()
H A DVibratorInputMapper.h43 ssize_t mRepeat; variable
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java244 private final boolean mRepeat; field in SlideshowPage.ShuffleSource
250 mRepeat = repeat; in ShuffleSource()
260 if (!mRepeat && index >= mOrder.length) return null; in getMediaItem()
316 private final boolean mRepeat; field in SlideshowPage.SequentialSource
320 mRepeat = repeat; in SequentialSource()
332 if (mRepeat) { in getMediaItem()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1983 private final int mRepeat; field in InputManagerService.VibrationInfo
1994 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()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java162 private int mRepeat = 0; field in ActivityManagerShellCommand
349 mRepeat = 0; in makeIntent()
400 mRepeat = Integer.parseInt(getNextArgRequired()); in makeIntent()
662 mRepeat--;
663 if (mRepeat > 0) {
666 } while (mRepeat > 0);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt43473 Landroid/os/VibrationEffect$Waveform;->mRepeat:I