Searched refs:VibratorToken (Results 1 – 2 of 2) sorted by relevance
181 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 InputManagerService2452 public VibratorToken(int deviceId, IBinder token, int tokenValue) { in VibratorToken() method in InputManagerService.VibratorToken
42980 Lcom/android/server/input/InputManagerService$VibratorToken;