Home
last modified time | relevance | path

Searched refs:findKey (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.tcc99 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()
DHashBase.h111 int findKey(const key_type& pKey) const;
DHashBase.tcc176 HashTableImpl<HashEntryTy, HashFunctionTy>::findKey( in findKey() function in HashTableImpl
/frameworks/av/drm/mediadrm/plugins/clearkey/
DJsonWebKey.h50 bool findKey(const String8& jsonObject, String8* keyId,
DJsonWebKey.cpp79 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/
DKeyCharacterMap.h230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
/frameworks/native/libs/input/
DKeyCharacterMap.cpp305 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