Searched refs:findKey (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.h50 bool findKey(const String8& jsonObject, String8* keyId,
H A DJsonWebKey.cpp79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, function in class:clearkeydrm::JsonWebKey
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h102 /// findKey - finds an element with key pKey
104 int findKey(const key_type& pKey) const;
/frameworks/native/include/input/
H A DKeyCharacterMap.h230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp305 if (!findKey(ch, &keyCode, &metaState)) {
419 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const { function in class:android::KeyCharacterMap

Completed in 374 milliseconds