Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java181 private HashMap<IBinder, VibratorToken> mVibratorTokens =
182 new HashMap<IBinder, VibratorToken>();
1721 VibratorToken v; in vibrate()
1725 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++); in vibrate()
1745 VibratorToken v; in cancelVibrate()
1756 void onVibratorTokenDied(VibratorToken v) { in onVibratorTokenDied()
1764 private void cancelVibrateIfNeeded(VibratorToken v) { in cancelVibrateIfNeeded()
2445 private final class VibratorToken implements DeathRecipient { class in InputManagerService
2452 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() method in InputManagerService.VibratorToken
/frameworks/base/services/
Dart-profile42980 Lcom/android/server/input/InputManagerService$VibratorToken;