Searched refs:KeyType (Results 1 – 15 of 15) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 24 typedef KEY KeyType; typedef 45 const KeyType* key; 58 const EntryType* lookUp(const KeyType& pKey) const; 59 EntryType* lookUp(const KeyType& pKey); 62 const EntryType* lookUpFirstEntry(const KeyType& pKey) const; 63 EntryType* lookUpFirstEntry(const KeyType& pKey); 66 const EntryType* lookUpSecondEntry(const KeyType& pKey) const; 67 EntryType* lookUpSecondEntry(const KeyType& pKey); 69 void record(const KeyType& pKey, EntryType& pEntry); 70 void record(const KeyType& pKey, [all …]
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.tcc | 12 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() 22 template <typename KeyType, typename ValueType, typename KeyCompare> 23 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) in compare()
|
D | HashEntry.h | 32 template <typename KeyType, typename ValueType, typename KeyCompare> 36 typedef KeyType key_type; 41 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; 45 HashEntry(const KeyType& pKey); 49 KeyType& key() in key() 52 const KeyType& key() const in key() 67 KeyType m_Key;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | UniqueGCFactory.h | 23 template<typename KeyType, typename DataType, size_t ChunkSize> 28 typedef std::map<KeyType, DataType*> KeyMap; 43 DataType* find(const KeyType& pKey) { in find() 50 const DataType* find(const KeyType& pKey) const { in find() 57 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() 70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce()
|
/frameworks/native/include/media/drm/ |
D | DrmAPI.h | 90 enum KeyType { enum 136 String8 const &mimeType, KeyType keyType,
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
D | DrmPlugin.cpp | 48 KeyType keyType, in getKeyRequest()
|
D | DrmPlugin.h | 54 KeyType keyType,
|
/frameworks/av/include/media/ |
D | IDrm.h | 48 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
/frameworks/av/media/libmediaplayerservice/ |
D | Drm.h | 53 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | Drm.cpp | 311 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.h | 63 String8 const &mimeType, KeyType keyType,
|
D | MockDrmCryptoPlugin.cpp | 112 String8 const &mimeType, KeyType keyType, in getKeyRequest()
|
/frameworks/av/media/libmedia/ |
D | IDrm.cpp | 126 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest() 552 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32(); in onTransact()
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 295 DrmPlugin::KeyType mdKeyType; in AMediaDrm_getKeyRequest()
|
/frameworks/base/media/jni/ |
D | android_media_MediaDrm.cpp | 751 DrmPlugin::KeyType keyType; in android_media_MediaDrm_getKeyRequest()
|