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

  /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/av/drm/mediadrm/plugins/clearkey/tests/
JsonWebKeyUnittest.cpp 53 void verifyKeys(const KeyMap& keys, const String8* clearKeys) {
76 KeyMap keys;
98 KeyMap keys;
120 KeyMap keys;
145 KeyMap keys;
183 KeyMap keys;
193 KeyMap keys;
212 KeyMap keys;
241 KeyMap keys;
272 KeyMap keys
    [all...]
  /frameworks/native/include/input/
Keyboard.h 44 class KeyMap {
52 KeyMap();
53 ~KeyMap();
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
ClearKeyTypes.h 34 android::Vector<uint8_t> > KeyMap;
Session.cpp 48 KeyMap keys;
54 const KeyMap::key_type& keyId = keys.keyAt(i);
55 const KeyMap::value_type& key = keys.valueAt(i);
JsonWebKey.h 41 KeyMap* keys);
Session.h 59 KeyMap mKeyMap;
JsonWebKey.cpp 46 * Parses a JSON Web Key Set string, initializes a KeyMap with key id:key
48 * encoded. The KeyMap contains base64url decoded key id:key pairs.
53 KeyMap* keys) {
  /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/boringssl/src/crypto/evp/
evp_test.cc 106 using KeyMap = std::map<std::string, EVP_PKEY*>;
110 static bool ImportPrivateKey(FileTest *t, KeyMap *key_map) {
131 KeyMap *key_map = reinterpret_cast<KeyMap*>(arg);
214 KeyMap map;
216 // TODO(davidben): When we can rely on a move-aware std::map, make KeyMap a
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 107 struct KeyMap {
111 static const KeyMap kKeyMap[] = {
  /frameworks/native/services/inputflinger/
EventHub.h 356 KeyMap keyMap;
380 return keyMap.keyCharacterMap;

Completed in 2789 milliseconds