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

  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 65 private final LinkedList<Vibration> mVibrations;
68 private Vibration mCurrentVibration;
96 private class Vibration implements IBinder.DeathRecipient {
106 Vibration(IBinder token, long millis, int usageHint, int uid, String opPkg) {
110 Vibration(IBinder token, long[] pattern, int repeat, int usageHint, int uid,
115 private Vibration(IBinder token, long millis, long[] pattern,
140 // vibration.
145 // If this vibration will end before the time passed in, let
146 // the new vibration play.
289 // timeout of 0 or negative. This will ensure that a vibration ha
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xinput.h 179 * Defines the structure of how much vibration is set on both the
202 XINPUT_VIBRATION Vibration;

Completed in 117 milliseconds