Searched refs:KeyType (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
24 typedef KEY KeyType; typedef in class:mcld::KeyEntryMap
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
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A 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()
52 const KeyType& key() const
67 KeyType m_Key;
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h23 template<typename KeyType, typename DataType, size_t ChunkSize>
28 typedef std::map<KeyType, DataType*> KeyMap;
43 DataType* find(const KeyType& pKey) {
50 const DataType* find(const KeyType& pKey) const {
57 DataType* produce(const KeyType& pKey, bool& pExist) {
70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) {
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp48 KeyType keyType,
H A DDrmPlugin.h54 KeyType keyType,
/frameworks/native/include/media/drm/
H A DDrmAPI.h90 enum KeyType { enum in class:android::DrmPlugin
136 String8 const &mimeType, KeyType keyType,
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h63 String8 const &mimeType, KeyType keyType,
H A DMockDrmCryptoPlugin.cpp112 String8 const &mimeType, KeyType keyType,
/frameworks/av/include/media/
H A DIDrm.h48 String8 const &mimeType, DrmPlugin::KeyType keyType,
/frameworks/av/media/libmediaplayerservice/
H A DDrm.h53 String8 const &mimeType, DrmPlugin::KeyType keyType,
H A DDrm.cpp311 String8 const &mimeType, DrmPlugin::KeyType keyType,
/frameworks/av/media/libmedia/
H A DIDrm.cpp126 String8 const &mimeType, DrmPlugin::KeyType keyType,
552 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32();
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp295 DrmPlugin::KeyType mdKeyType;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp751 DrmPlugin::KeyType keyType;

Completed in 9112 milliseconds