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

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DClearKeyTypes.h34 android::Vector<uint8_t> > KeyMap; typedef in namespace:clearkeydrm
/frameworks/native/include/input/
H A DKeyboard.h44 class KeyMap { class in namespace:android
52 KeyMap();
53 ~KeyMap();
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
/frameworks/native/libs/input/
H A DKeyboard.cpp33 // --- KeyMap ---
35 KeyMap::KeyMap() { function in class:android::KeyMap
38 KeyMap::~KeyMap() {
41 status_t KeyMap::load(const InputDeviceIdentifier& deviceIdenfifier,
95 bool KeyMap::probeKeyMap(const InputDeviceIdentifier& deviceIdentifier,
106 status_t KeyMap::loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier,
123 status_t KeyMap::loadKeyCharacterMap(const InputDeviceIdentifier& deviceIdentifier,
141 String8 KeyMap
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h28 typedef std::map<KeyType, DataType*> KeyMap; typedef in class:mcld::UniqueGCFactoryBase
41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
48 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
81 KeyMap f_KeyMap;
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp107 struct KeyMap { struct
111 static const KeyMap kKeyMap[] = {

Completed in 740 milliseconds