Searched defs:VibratorToken (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java140 private HashMap<IBinder, VibratorToken> mVibratorTokens =
141 new HashMap<IBinder, VibratorToken>();
1159 VibratorToken v;
1163 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++);
1183 VibratorToken v;
1194 void onVibratorTokenDied(VibratorToken v) {
1202 private void cancelVibrateIfNeeded(VibratorToken v) {
1619 private final class VibratorToken implements DeathRecipient { class in class:InputManagerService
1626 public VibratorToken(int deviceId, IBinder token, int tokenValue) { method in class:InputManagerService.VibratorToken

Completed in 52 milliseconds