HomeSort by relevance Sort by last modified time
    Searched refs:KeyType (Results 26 - 41 of 41) sorted by null

12

  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 63 String8 const &mimeType, KeyType keyType,
MockDrmCryptoPlugin.cpp 112 String8 const &mimeType, KeyType keyType,
118 ", keyType=%d, optionalParameters=%s))",
120 keyType, stringMapToString(optionalParameters).string());
131 // string keyType -> mock-keytype
138 keyTypeStr.appendFormat("%d", (int)keyType);
139 mStringProperties.add(String8("mock-keytype"), keyTypeStr);
  /frameworks/av/include/media/
IDrm.h 48 String8 const &mimeType, DrmPlugin::KeyType keyType,
  /frameworks/av/media/libmediaplayerservice/
Drm.h 53 String8 const &mimeType, DrmPlugin::KeyType keyType,
Drm.cpp 299 String8 const &mimeType, DrmPlugin::KeyType keyType,
312 return mPlugin->getKeyRequest(sessionId, initData, mimeType, keyType,
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 221 typedef Key KeyType;
302 iterator find(const KeyType& key) { return find<IdentityTranslatorType>(key); }
303 const_iterator find(const KeyType& key) const { return find<IdentityTranslatorType>(key); }
304 bool contains(const KeyType& key) const { return contains<IdentityTranslatorType>(key); }
310 void remove(const KeyType&);
714 KeyType enteredKey = Extractor::extract(*entry);
751 KeyType enteredKey = Extractor::extract(*entry);
    [all...]
HashTraits.h 204 typedef KeyTypeArg KeyType;
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ImageDecodingStore.cpp 341 typename U::KeyType key = cacheEntry->cacheKey();
391 Vector<typename U::KeyType> cacheIdentifierList;
  /frameworks/av/media/libmedia/
IDrm.cpp 122 String8 const &mimeType, DrmPlugin::KeyType keyType,
131 data.writeInt32((uint32_t)keyType);
491 DrmPlugin::KeyType keyType = (DrmPlugin::KeyType)data.readInt32();
506 mimeType, keyType,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 746 template <typename KeyType>
748 KeyType key_a;
749 KeyType key_b;
752 if (!KeyType::Decode(&slice_a, &key_a)) {
757 if (!KeyType::Decode(&slice_b, &key_b)) {
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
derive.c 608 KeyType privKeytype;
sslimpl.h     [all...]
ssl3con.c     [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 696 DrmPlugin::KeyType keyType;
698 keyType = DrmPlugin::kKeyType_Streaming;
700 keyType = DrmPlugin::kKeyType_Offline;
702 keyType = DrmPlugin::kKeyType_Release;
705 "invalid keyType");
718 keyType, optParams, request, defaultUrl);
    [all...]

Completed in 1865 milliseconds

12