Searched refs:findKey (Results 1 - 3 of 3) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h110 /// findKey - finds an element with key pKey
112 int findKey(const key_type& pKey) const;
/frameworks/base/include/androidfw/
H A DKeyCharacterMap.h230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp303 if (!findKey(ch, &keyCode, &metaState)) {
417 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const { function in class:android::KeyCharacterMap

Completed in 4433 milliseconds