Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h23 typedef KEY KeyType; typedef
43 const KeyType* key;
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
65 EntryType* lookUpSecondEntry(const KeyType& pKey);
67 void record(const KeyType& pKey, EntryType& pEntry);
68 void record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2);
[all …]
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntry.tcc12 template <typename KeyType, typename ValueType, typename KeyCompare>
13 HashEntry<KeyType, ValueType, KeyCompare>::HashEntry(const KeyType& pKey) in HashEntry()
17 template <typename KeyType, typename ValueType, typename KeyCompare>
18 HashEntry<KeyType, ValueType, KeyCompare>::~HashEntry() { in ~HashEntry()
21 template <typename KeyType, typename ValueType, typename KeyCompare>
22 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) { in compare()
DHashEntry.h32 template <typename KeyType, typename ValueType, typename KeyCompare>
35 typedef KeyType key_type;
40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
44 explicit HashEntry(const KeyType& pKey);
48 KeyType& key() { return m_Key; } in key()
50 const KeyType& key() const { return m_Key; } in key()
61 KeyType m_Key;
/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h23 template <typename KeyType, typename DataType, size_t ChunkSize>
28 typedef std::map<KeyType, DataType*> KeyMap;
40 DataType* find(const KeyType& pKey) { in find()
47 const DataType* find(const KeyType& pKey) const { in find()
54 DataType* produce(const KeyType& pKey, bool& pExist) { in produce()
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
/frameworks/rs/
DrsMap.h28 template <class KeyType, class ValueType>
31 typedef Pair<KeyType, ValueType> MapEntry;
55 ValueType& operator[](const KeyType& key) {
143 iterator find(const KeyType& key) const { in find()
158 size_t hash(const KeyType& key) const { return ((size_t)key) >> 4; } in hash()
/frameworks/native/include/media/drm/
DDrmAPI.h93 enum KeyType { enum
166 String8 const &mimeType, KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.cpp50 KeyType keyType, in getKeyRequest()
DDrmPlugin.h54 KeyType keyType,
/frameworks/av/include/media/
DIDrm.h48 String8 const &mimeType, DrmPlugin::KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h63 String8 const &mimeType, KeyType keyType,
DMockDrmCryptoPlugin.cpp113 String8 const &mimeType, KeyType keyType, in getKeyRequest()
/frameworks/av/media/libmediaplayerservice/
DDrm.h54 String8 const &mimeType, DrmPlugin::KeyType keyType,
DDrm.cpp403 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
/frameworks/base/media/java/android/media/
DMediaDrm.java658 public @interface KeyType {} annotation
770 @Nullable String mimeType, @KeyType int keyType, in getKeyRequest()
/frameworks/av/media/libmedia/
DIDrm.cpp145 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
648 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32(); in onTransact()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp295 DrmPlugin::KeyType mdKeyType; in AMediaDrm_getKeyRequest()
/frameworks/base/media/jni/
Dandroid_media_MediaDrm.cpp809 DrmPlugin::KeyType keyType; in android_media_MediaDrm_getKeyRequest()