Searched refs:VibratorToken (Results 1 – 1 of 1) sorted by relevance
213 private final Map<IBinder, VibratorToken> mVibratorTokens = new ArrayMap<>();1395 private VibratorToken getVibratorToken(int deviceId, IBinder token) { in getVibratorToken()1396 VibratorToken v; in getVibratorToken()1400 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++); in getVibratorToken()1417 VibratorToken v = getVibratorToken(deviceId, token); in vibrate()1440 VibratorToken v = getVibratorToken(deviceId, token); in vibrateCombined()1480 VibratorToken v; in cancelVibrate()1491 void onVibratorTokenDied(VibratorToken v) { in onVibratorTokenDied()1499 private void cancelVibrateIfNeeded(VibratorToken v) { in cancelVibrateIfNeeded()3025 private final class VibratorToken implements DeathRecipient { class in InputManagerService[all …]