Searched refs:VibratorToken (Results 1 – 1 of 1) sorted by relevance
239 private Map<IBinder, VibratorToken> mVibratorTokens = new ArrayMap<IBinder, VibratorToken>();2035 private VibratorToken getVibratorToken(int deviceId, IBinder token) { in getVibratorToken()2036 VibratorToken v; in getVibratorToken()2040 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++); in getVibratorToken()2057 VibratorToken v = getVibratorToken(deviceId, token); in vibrate()2080 VibratorToken v = getVibratorToken(deviceId, token); in vibrateCombined()2120 VibratorToken v; in cancelVibrate()2131 void onVibratorTokenDied(VibratorToken v) { in onVibratorTokenDied()2139 private void cancelVibrateIfNeeded(VibratorToken v) { in cancelVibrateIfNeeded()3400 private final class VibratorToken implements DeathRecipient { class in InputManagerService[all …]