Home
last modified time | relevance | path

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

12

/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/av/drm/mediadrm/plugins/clearkey/hidl/
DInitDataParser.cpp49 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()
DDrmPlugin.cpp167 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()
DSession.cpp45 V1_0::KeyType keyType, in getKeyRequest()
/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/av/drm/mediadrm/plugins/clearkey/hidl/include/
DInitDataParser.h38 V1_0::KeyType keyType,
47 std::string generateRequest(V1_0::KeyType keyType,
DDrmPlugin.h43 using drm::V1_0::KeyType;
84 KeyType keyType,
92 KeyType keyType,
100 KeyType keyType,
385 KeyType keyType,
DSession.h50 V1_0::KeyType keyType,
/frameworks/native/headers/media_plugin/media/drm/
DDrmAPI.h94 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/
DMapForProto2Test.java656 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()
DMapTest.java767 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/
DDrmHal.cpp44 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()
DIDrm.cpp161 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
830 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32(); in onTransact()
/frameworks/av/include/mediadrm/
DIDrm.h55 String8 const &mimeType, DrmPlugin::KeyType keyType,
DDrmHal.h85 String8 const &mimeType, DrmPlugin::KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h64 String8 const &mimeType, KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmPlugin.cpp87 KeyType keyType, in getKeyRequest()
/frameworks/av/media/libmedia/include/media/
DIDrm.h55 String8 const &mimeType, DrmPlugin::KeyType keyType,
DDrmHal.h85 String8 const &mimeType, DrmPlugin::KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h54 KeyType keyType,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmap_util.h708 template <class MapContainer, class KeyType>
710 vector<KeyType>* key_container) {
/frameworks/base/media/java/android/media/
DMediaDrm.java947 public @interface KeyType {}
1078 @Nullable String mimeType, @KeyType int keyType,

12