Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h24 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/
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()
22 template <typename KeyType, typename ValueType, typename KeyCompare>
23 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) in compare()
DHashEntry.h32 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/
DUniqueGCFactory.h23 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/
DDrmAPI.h90 enum KeyType { enum
136 String8 const &mimeType, KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.cpp48 KeyType keyType, in getKeyRequest()
DDrmPlugin.h54 KeyType keyType,
/frameworks/av/include/media/
DIDrm.h48 String8 const &mimeType, DrmPlugin::KeyType keyType,
/frameworks/av/media/libmediaplayerservice/
DDrm.h53 String8 const &mimeType, DrmPlugin::KeyType keyType,
DDrm.cpp311 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h63 String8 const &mimeType, KeyType keyType,
DMockDrmCryptoPlugin.cpp112 String8 const &mimeType, KeyType keyType, in getKeyRequest()
/frameworks/av/media/libmedia/
DIDrm.cpp126 String8 const &mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
552 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.cpp751 DrmPlugin::KeyType keyType; in android_media_MediaDrm_getKeyRequest()