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

/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h31 typedef std::map<KeyType, DataType*> KeyMap; typedef in class:mcld::UniqueGCFactoryBase
47 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
54 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
61 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
74 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
87 KeyMap f_KeyMap;
/frameworks/base/include/androidfw/
H A DKeyboard.h43 class KeyMap { class in namespace:android
51 KeyMap();
52 ~KeyMap();
82 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp34 // --- KeyMap ---
36 KeyMap::KeyMap() { function in class:android::KeyMap
39 KeyMap::~KeyMap() {
42 status_t KeyMap::load(const InputDeviceIdentifier& deviceIdenfifier,
96 bool KeyMap::probeKeyMap(const InputDeviceIdentifier& deviceIdentifier,
107 status_t KeyMap::loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier,
124 status_t KeyMap::loadKeyCharacterMap(const InputDeviceIdentifier& deviceIdentifier,
142 String8 KeyMap
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp169 struct KeyMap { struct
173 static const KeyMap kKeyMap[] = {
/frameworks/base/services/input/
H A DEventHub.h324 KeyMap keyMap;

Completed in 110 milliseconds