Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java147 private HashMap<IBinder, VibratorToken> mVibratorTokens =
148 new HashMap<IBinder, VibratorToken>();
1290 VibratorToken v; in vibrate()
1294 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++); in vibrate()
1314 VibratorToken v; in cancelVibrate()
1325 void onVibratorTokenDied(VibratorToken v) { in onVibratorTokenDied()
1333 private void cancelVibrateIfNeeded(VibratorToken v) { in cancelVibrateIfNeeded()
1758 private final class VibratorToken implements DeathRecipient { class in InputManagerService
1765 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() method in InputManagerService.VibratorToken