Searched refs:VibratorToken (Results 1 – 1 of 1) sorted by relevance
178 private HashMap<IBinder, VibratorToken> mVibratorTokens =179 new HashMap<IBinder, VibratorToken>();1647 VibratorToken v; in vibrate()1651 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++); in vibrate()1671 VibratorToken v; in cancelVibrate()1682 void onVibratorTokenDied(VibratorToken v) { in onVibratorTokenDied()1690 private void cancelVibrateIfNeeded(VibratorToken v) { in cancelVibrateIfNeeded()2223 private final class VibratorToken implements DeathRecipient { class in InputManagerService2230 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() method in InputManagerService.VibratorToken