Searched defs:KeyType (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/include/media/drm/
H A DDrmAPI.h93 enum KeyType { enum in class:android::DrmPlugin
166 String8 const &mimeType, KeyType keyType,
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
23 typedef KEY KeyType; typedef in class:mcld::KeyEntryMap
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
[all...]
/frameworks/base/media/java/android/media/
H A DMediaDrm.java658 public @interface KeyType {} interface in class:MediaDrm
770 @Nullable String mimeType, @KeyType int keyType,

Completed in 56 milliseconds