Searched refs:findKey (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashTable.tcc | 99 if (-1 == (index = BaseTy::findKey(pKey))) in erase() 120 if (-1 == (index = BaseTy::findKey(pKey))) in find() 133 if (-1 == (index = BaseTy::findKey(pKey))) in find()
|
D | HashBase.h | 111 int findKey(const key_type& pKey) const;
|
D | HashBase.tcc | 176 HashTableImpl<HashEntryTy, HashFunctionTy>::findKey( in findKey() function in HashTableImpl
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
D | JsonWebKey.h | 50 bool findKey(const String8& jsonObject, String8* keyId,
|
D | JsonWebKey.cpp | 79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) { in extractKeysFromJsonWebKeySet() 132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, in findKey() function in clearkeydrm::JsonWebKey
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 305 if (!findKey(ch, &keyCode, &metaState)) { in getEvents() 419 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const { in findKey() function in android::KeyCharacterMap
|