Searched refs:mRepeat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java93 private final int mRepeat; field in class:VibratorService.Vibration
113 mRepeat = repeat;
145 return (mUid == Process.SYSTEM_UID || mUid == 0) && mRepeat < 0;
609 final int repeat = mVibration.mRepeat;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java83 private int mRepeat = 0; field in class:Am
383 mRepeat = 0;
581 mRepeat = Integer.parseInt(nextArgRequired());
850 mRepeat--;
851 if (mRepeat > 1) {
854 } while (mRepeat > 1);
/frameworks/native/services/inputflinger/
H A DInputReader.h1032 ssize_t mRepeat; member in class:android::VibratorInputMapper
H A DInputReader.cpp1911 mRepeat = repeat;
1941 if (mRepeat < 0) {
1946 mIndex = mRepeat;

Completed in 171 milliseconds