/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 23 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/ |
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() 21 template <typename KeyType, typename ValueType, typename KeyCompare> 22 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) { in compare()
|
D | HashEntry.h | 32 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/ |
D | UniqueGCFactory.h | 23 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/ |
D | rsMap.h | 28 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/headers/media_plugin/media/drm/ |
D | DrmAPI.h | 93 enum KeyType { enum 166 String8 const &mimeType, KeyType keyType,
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHal.cpp | 47 using ::android::hardware::drm::V1_0::KeyType; 518 DrmPlugin::KeyType keyType, KeyedVector<String8, in getKeyRequest() 529 KeyType hKeyType; in getKeyRequest() 531 hKeyType = KeyType::STREAMING; in getKeyRequest() 533 hKeyType = KeyType::OFFLINE; in getKeyRequest() 535 hKeyType = KeyType::RELEASE; in getKeyRequest()
|
D | IDrm.cpp | 146 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest() 642 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32(); in onTransact()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
D | DrmPlugin.cpp | 72 KeyType keyType, in getKeyRequest()
|
D | DrmPlugin.h | 54 KeyType keyType,
|
/frameworks/av/media/libmedia/include/media/ |
D | IDrm.h | 49 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | Drm.h | 54 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | DrmHal.h | 69 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
/frameworks/av/include/media/ |
D | IDrm.h | 49 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | Drm.h | 54 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | DrmHal.h | 69 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.h | 64 String8 const &mimeType, KeyType keyType,
|
D | MockDrmCryptoPlugin.cpp | 114 String8 const &mimeType, KeyType keyType, in getKeyRequest()
|
/frameworks/base/media/java/android/media/ |
D | MediaDrm.java | 662 public @interface KeyType {} annotation 777 @Nullable String mimeType, @KeyType int keyType, in getKeyRequest()
|
D | MediaPlayer.java | 4472 @Nullable String mimeType, @MediaDrm.KeyType int keyType, in getKeyRequest()
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 291 DrmPlugin::KeyType mdKeyType; in AMediaDrm_getKeyRequest()
|
/frameworks/base/media/jni/ |
D | android_media_MediaDrm.cpp | 814 DrmPlugin::KeyType keyType; in android_media_MediaDrm_getKeyRequest()
|