Searched defs:KeyType (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/media/drm/
H A DDrmAPI.h90 enum KeyType { enum in class:android::DrmPlugin
136 String8 const &mimeType, KeyType keyType,
/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...]

Completed in 196 milliseconds