HomeSort by relevance Sort by last modified time
    Searched defs:KeyMap (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/input/
Keyboard.cpp 33 // --- KeyMap ---
35 KeyMap::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::getPath(const InputDeviceIdentifier& deviceIdentifier
    [all...]
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.h 35 CaseInsensitiveStringCompare> KeyMap;
78 const KeyMap& keys() const { return keys_; }
82 KeyMap keys_;
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 31 typedef std::map<KeyType, DataType*> KeyMap;
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/native/include/input/
Keyboard.h 43 class KeyMap {
51 KeyMap();
52 ~KeyMap();
82 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
  /external/chromium_org/media/cdm/
aes_decryptor.h 66 // TODO(fgalligan): Remove this and change KeyMap to use crypto::SymmetricKey
101 // KeyMap owns the DecryptionKey* and must delete them when they are
103 typedef base::hash_map<std::string, DecryptionKey*> KeyMap;
108 KeyMap key_map_; // Protected by the |key_map_lock_|.
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocevents.cpp 32 static SDLKey keymap[MAX_SCANCODE]; variable
37 SDLKey* KeyMap()
39 return keymap;
49 for ( i=0; i<SDL_TABLESIZE(keymap); ++i )
50 keymap[i] = SDLK_UNKNOWN;
55 keymap[' ' + i] = (SDLKey)(SDLK_SPACE+i);
59 keymap['A' + i] = (SDLKey)(SDLK_a+i);
62 keymap[EStdKeyBackspace] = SDLK_BACKSPACE;
63 keymap[EStdKeyTab] = SDLK_TAB;
64 keymap[EStdKeyEnter] = SDLK_RETURN
    [all...]
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 169 struct KeyMap {
173 static const KeyMap kKeyMap[] = {
  /external/chromium/base/
tracked_objects.cc 943 typedef std::map<const std::string, Selector> KeyMap;
944 static KeyMap key_map;
971 KeyMap::iterator it = key_map.find(keyword);
    [all...]

Completed in 186 milliseconds