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

  /frameworks/av/drm/mediadrm/plugins/clearkey/
ClearKeyTypes.h 34 android::Vector<uint8_t> > KeyMap;
  /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...]
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 28 typedef std::map<KeyType, DataType*> KeyMap;
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/native/include/input/
Keyboard.h 44 class KeyMap {
52 KeyMap();
53 ~KeyMap();
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 107 struct KeyMap {
111 static const KeyMap kKeyMap[] = {

Completed in 9696 milliseconds