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

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java170 private HashMap<IBinder, VibratorToken> mVibratorTokens =
171 new HashMap<IBinder, VibratorToken>();
1634 VibratorToken v;
1638 v = new VibratorToken(deviceId, token, mNextVibratorTokenValue++);
1658 VibratorToken v;
1669 void onVibratorTokenDied(VibratorToken v) {
1677 private void cancelVibrateIfNeeded(VibratorToken v) {
2210 private final class VibratorToken implements DeathRecipient { class in class:InputManagerService
2217 public VibratorToken(int deviceId, IBinder token, int tokenValue) { method in class:InputManagerService.VibratorToken

Completed in 50 milliseconds