Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DSparseArrayMap.java45 public V add(int key, @NonNull K mapKey, @Nullable V obj) { in add()
62 public boolean contains(int key, @NonNull K mapKey) { in contains()
85 public V delete(int key, @NonNull K mapKey) { in delete()
105 public V get(int key, @NonNull K mapKey) { in get()
118 public V getOrDefault(int key, @NonNull K mapKey, V defaultValue) { in getOrDefault()
138 public int indexOfKey(int key, @NonNull K mapKey) { in indexOfKey()
200 void accept(int key, K mapKey, V value); in accept()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DFlowDumper.kt99 val mapKey = dumpName to idString in <lambda>() constant
/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.cpp191 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey() function in android::KeyLayoutMap
DKeyCharacterMap.cpp324 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.h337 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h175 status_t mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp296 status_t FakeEventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in mapKey() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1217 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey() function in android::EventHub