/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 23 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/ |
D | HashEntry.tcc | 12 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()
|
D | HashEntry.h | 32 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/ |
D | UniqueGCFactory.h | 23 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/rs/ |
D | rsMap.h | 28 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/aidl/include/ |
D | DrmPlugin.h | 37 using ::aidl::android::hardware::drm::KeyType; 60 const std::string& in_mimeType, ::aidl::android::hardware::drm::KeyType in_keyType, 173 KeyType keyType, const std::vector<KeyValue>& optionalParameters,
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ |
D | DrmPlugin.cpp | 200 const std::string& in_mimeType, ::aidl::android::hardware::drm::KeyType in_keyType, in getKeyRequest() 213 (in_keyType != KeyType::STREAMING && in_keyType != KeyType::OFFLINE && in getKeyRequest() 214 in_keyType != KeyType::RELEASE)) { in getKeyRequest() 220 std::set<KeyType> init_types{KeyType::STREAMING, KeyType::OFFLINE}; in getKeyRequest() 237 if (in_keyType == KeyType::RELEASE) { in getKeyRequest()
|
/frameworks/native/headers/media_plugin/media/drm/ |
D | DrmAPI.h | 94 enum KeyType { enum 233 String8 const &mimeType, KeyType keyType,
|
/frameworks/av/drm/libmediadrm/fuzzer/ |
D | mediadrm_fuzzer.cpp | 69 const DrmPlugin::KeyType kKeyType[] = {DrmPlugin::kKeyType_Offline, DrmPlugin::kKeyType_Streaming, 236 DrmPlugin::KeyType keyType; in invokeDrmDecryptEncryptAPI() 239 keyType = static_cast<DrmPlugin::KeyType>(mFuzzedDataProvider->ConsumeIntegral<size_t>()); in invokeDrmDecryptEncryptAPI()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmHalAidl.cpp | 45 using ::aidl::android::hardware::drm::KeyType; 581 DrmPlugin::KeyType keyType, in getKeyRequest() 591 KeyType aKeyType; in getKeyRequest() 593 aKeyType = KeyType::STREAMING; in getKeyRequest() 595 aKeyType = KeyType::OFFLINE; in getKeyRequest() 597 aKeyType = KeyType::RELEASE; in getKeyRequest()
|
D | DrmHalHidl.cpp | 57 using drm::V1_0::KeyType; 728 DrmPlugin::KeyType keyType, in getKeyRequest() 738 KeyType hKeyType; in getKeyRequest() 740 hKeyType = KeyType::STREAMING; in getKeyRequest() 742 hKeyType = KeyType::OFFLINE; in getKeyRequest() 744 hKeyType = KeyType::RELEASE; in getKeyRequest()
|
D | DrmHal.cpp | 74 String8 const& mimeType, DrmPlugin::KeyType keyType, in getKeyRequest()
|
D | DrmMetricsLogger.cpp | 213 DrmPlugin::KeyType keyType, in getKeyRequest()
|
/frameworks/av/drm/libmediadrm/include/mediadrm/ |
D | DrmHal.h | 40 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | IDrm.h | 72 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
D | DrmMetricsLogger.h | 115 DrmPlugin::KeyType keyType,
|
D | DrmHalAidl.h | 52 DrmPlugin::KeyType keyType,
|
D | DrmHalHidl.h | 85 String8 const &mimeType, DrmPlugin::KeyType keyType,
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.h | 64 String8 const &mimeType, KeyType keyType,
|
D | MockDrmCryptoPlugin.cpp | 114 String8 const &mimeType, KeyType keyType, in getKeyRequest()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | DrmPlugin.cpp | 87 KeyType keyType, in getKeyRequest()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | DrmPlugin.h | 54 KeyType keyType,
|
/frameworks/base/media/java/android/media/ |
D | MediaDrm.java | 1496 public @interface KeyType {} 1627 @Nullable String mimeType, @KeyType int keyType, 1694 @Nullable String mimeType, @KeyType int keyType,
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 450 DrmPlugin::KeyType mdKeyType; in AMediaDrm_getKeyRequestWithDefaultUrlAndType()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1669 enum KeyType { enum 1680 optional KeyType key_type = 1;
|