/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/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | InitDataParser.cpp | 49 V1_0::KeyType keyType, in parse() 73 if (keyType == V1_0::KeyType::RELEASE) { in parse() 139 std::string InitDataParser::generateRequest(V1_0::KeyType keyType, in generateRequest() 157 if (keyType == V1_0::KeyType::STREAMING) { in generateRequest() 159 } else if (keyType == V1_0::KeyType::OFFLINE || in generateRequest() 160 keyType == V1_0::KeyType::RELEASE) { in generateRequest()
|
D | DrmPlugin.cpp | 167 KeyType keyType, in getKeyRequestCommon() 178 if (keyType == KeyType::OFFLINE && 0 == initData.size()) { in getKeyRequestCommon() 187 (keyType != KeyType::STREAMING && in getKeyRequestCommon() 188 keyType != KeyType::OFFLINE && in getKeyRequestCommon() 189 keyType != KeyType::RELEASE)) { in getKeyRequestCommon() 195 if (keyType == KeyType::STREAMING || keyType == KeyType::OFFLINE) { in getKeyRequestCommon() 210 if (keyType == KeyType::RELEASE) { in getKeyRequestCommon() 240 KeyType keyType, in getKeyRequest() 262 KeyType keyType, in getKeyRequest_1_1() 283 KeyType keyType, in getKeyRequest_1_2()
|
D | Session.cpp | 45 V1_0::KeyType keyType, in getKeyRequest()
|
/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/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | InitDataParser.h | 38 V1_0::KeyType keyType, 47 std::string generateRequest(V1_0::KeyType keyType,
|
D | DrmPlugin.h | 43 using drm::V1_0::KeyType; 84 KeyType keyType, 92 KeyType keyType, 100 KeyType keyType, 385 KeyType keyType,
|
D | Session.h | 50 V1_0::KeyType keyType,
|
/frameworks/native/headers/media_plugin/media/drm/ |
D | DrmAPI.h | 94 enum KeyType { enum 233 String8 const &mimeType, KeyType keyType,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | MapForProto2Test.java | 656 private static <KeyType, ValueType> 657 Message newMapEntry(Message.Builder builder, String name, KeyType key, ValueType value) { in newMapEntry() 676 private static <KeyType, ValueType> Map<KeyType, ValueType> mapForValues( in mapForValues() 677 KeyType key1, ValueType value1, KeyType key2, ValueType value2) { in mapForValues() 678 Map<KeyType, ValueType> map = new HashMap<KeyType, ValueType>(); in mapForValues()
|
D | MapTest.java | 767 private static <KeyType, ValueType> 768 Message newMapEntry(Message.Builder builder, String name, KeyType key, ValueType value) { in newMapEntry() 787 private static <KeyType, ValueType> 788 Map<KeyType, ValueType> mapForValues( in mapForValues() 789 KeyType key1, ValueType value1, KeyType key2, ValueType value2) { in mapForValues() 790 Map<KeyType, ValueType> map = new HashMap<KeyType, ValueType>(); in mapForValues()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHal.cpp | 44 using drm::V1_0::KeyType; 820 DrmPlugin::KeyType keyType, KeyedVector<String8, in getKeyRequest() 829 KeyType hKeyType; in getKeyRequest() 831 hKeyType = KeyType::STREAMING; in getKeyRequest() 833 hKeyType = KeyType::OFFLINE; in getKeyRequest() 835 hKeyType = KeyType::RELEASE; in getKeyRequest()
|
D | IDrm.cpp | 161 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest() 830 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32(); in onTransact()
|
/frameworks/av/include/mediadrm/ |
D | IDrm.h | 55 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | DrmHal.h | 85 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.h | 64 String8 const &mimeType, KeyType keyType,
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | DrmPlugin.cpp | 87 KeyType keyType, in getKeyRequest()
|
/frameworks/av/media/libmedia/include/media/ |
D | IDrm.h | 55 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | DrmHal.h | 85 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | DrmPlugin.h | 54 KeyType keyType,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | map_util.h | 708 template <class MapContainer, class KeyType> 710 vector<KeyType>* key_container) {
|
/frameworks/base/media/java/android/media/ |
D | MediaDrm.java | 947 public @interface KeyType {} 1078 @Nullable String mimeType, @KeyType int keyType,
|