Searched defs:mapKey (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/core/java/android/util/ |
| D | SparseArrayMap.java | 44 public V add(int key, @NonNull K mapKey, @Nullable V obj) { in add() 61 public boolean contains(int key, @NonNull K mapKey) { in contains() 84 public V delete(int key, @NonNull K mapKey) { in delete() 104 public V get(int key, @NonNull K mapKey) { in get() 117 public V getOrDefault(int key, @NonNull K mapKey, V defaultValue) { in getOrDefault() 137 public int indexOfKey(int key, @NonNull K mapKey) { in indexOfKey() 199 void accept(int key, K mapKey, V value); in accept()
|
| /frameworks/base/services/core/java/com/android/server/accounts/ |
| D | TokenCache.java | 136 Pair<String, String> mapKey = new Pair<>(k.account.type, v.token); in putToken() local
|
| /frameworks/native/libs/input/ |
| D | KeyLayoutMap.cpp | 190 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey() function in android::KeyLayoutMap
|
| D | KeyCharacterMap.cpp | 338 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey() function in android::KeyCharacterMap
|
| /frameworks/native/services/inputflinger/reader/include/ |
| D | InputDevice.h | 302 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function
|
| /frameworks/native/services/inputflinger/tests/fuzzers/ |
| D | MapperHelpers.h | 109 status_t mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function
|
| /frameworks/native/services/inputflinger/tests/ |
| D | FakeEventHub.cpp | 300 status_t FakeEventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in mapKey() function in android::FakeEventHub
|
| /frameworks/native/services/inputflinger/reader/ |
| D | EventHub.cpp | 1103 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function in android::EventHub
|