Home
last modified time | relevance | path

Searched refs:mKeyMap (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/input/tests/
DInputDevice_test.cpp49 mKeyMap.keyLayoutMap = std::move(*ret); in loadKeyLayout()
50 mKeyMap.keyLayoutFile = path; in loadKeyLayout()
64 mKeyMap.keyCharacterMap = *ret; in loadKeyCharacterMap()
65 mKeyMap.keyCharacterMapFile = path; in loadKeyCharacterMap()
76 KeyMap mKeyMap; member in android::InputDeviceKeyMapTest
81 mKeyMap.keyCharacterMap->writeToParcel(&parcel); in TEST_F()
85 ASSERT_EQ(*map, *mKeyMap.keyCharacterMap); in TEST_F()
94 mKeyMap.keyCharacterMap->combine(*overlay->get()); in TEST_F()
95 mKeyMap.keyCharacterMap->writeToParcel(&parcel); in TEST_F()
98 ASSERT_EQ(*map, *mKeyMap.keyCharacterMap); in TEST_F()
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DSession.cpp56 mKeyMap.add(keyId, key); in provideKeyResponse()
72 if (mKeyMap.indexOfKey(keyIdVector) < 0) { in decrypt()
76 const Vector<uint8_t>& key = mKeyMap.valueFor(keyIdVector); in decrypt()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DSession.cpp49 mKeyMap.insert( in provideKeyResponse()
73 itr = mKeyMap.find(keyIdVector); in decrypt()
74 if (itr == mKeyMap.end()) { in decrypt()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java1852 private final Map<String, Long> mKeyMap = new HashMap<>(); field in AdbDebuggingManager.AdbKeyStore
1901 for (Map.Entry<String, Long> keyEntry : mKeyMap.entrySet()) { in getPairedDevices()
1918 for (Map.Entry<String, Long> entry : mKeyMap.entrySet()) { in findKeyFromFingerprint()
1928 if (mKeyMap.containsKey(key)) { in removeKey()
1929 mKeyMap.remove(key); in removeKey()
1967 return mKeyMap.isEmpty(); in isEmpty()
1985 mKeyMap.clear(); in readTempKeysFile()
2050 mKeyMap.put(key, connectionTime); in addAdbKeyToKeyMap()
2076 if (!mKeyMap.containsKey(key)) { in addExistingUserKeysToKeyStore()
2077 mKeyMap.put(key, mTicker.currentTimeMillis()); in addExistingUserKeysToKeyStore()
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DSession.h59 KeyMap mKeyMap; variable
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DSession.h55 KeyMap mKeyMap; variable