Searched refs:VibratorToken (Results 1 – 1 of 1) sorted by relevance
184 private HashMap<IBinder, VibratorToken> mVibratorTokens =185 new HashMap<IBinder, VibratorToken>();1705 VibratorToken v; in vibrate()1709 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++); in vibrate()1729 VibratorToken v; in cancelVibrate()1740 void onVibratorTokenDied(VibratorToken v) { in onVibratorTokenDied()1748 private void cancelVibrateIfNeeded(VibratorToken v) { in cancelVibrateIfNeeded()2338 private final class VibratorToken implements DeathRecipient { class in InputManagerService2345 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() method in InputManagerService.VibratorToken