Home
last modified time | relevance | path

Searched defs:mapKey (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
DSparseArrayMap.java38 public void add(int key, @NonNull K mapKey, @Nullable V obj) { in add()
55 public boolean contains(int key, @NonNull K mapKey) { in contains()
78 public V delete(int key, @NonNull K mapKey) { in delete()
90 public V get(int key, @NonNull K mapKey) { in get()
103 public V getOrDefault(int key, @NonNull K mapKey, V defaultValue) { in getOrDefault()
123 public int indexOfKey(int key, @NonNull K mapKey) { in indexOfKey()
185 void accept(int key, K mapKey, V value); in accept()
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java136 Pair<String, String> mapKey = new Pair<>(k.account.type, v.token); in putToken() local
/frameworks/native/libs/input/
DKeyLayoutMap.cpp167 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey() function in android::KeyLayoutMap
DKeyCharacterMap.cpp405 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/
DInputDevice.h277 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp985 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp782 status_t mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function in android::FakeEventHub