Home
last modified time | relevance | path

Searched refs:mByteArrayProperties (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp162 request = mByteArrayProperties.valueAt(index); in getKeyRequest()
288 request = mByteArrayProperties.valueAt(index); in getProvisionRequest()
350 ss1 = mByteArrayProperties.valueAt(index); in getSecureStops()
358 ss2 = mByteArrayProperties.valueAt(index); in getSecureStops()
407 value = mByteArrayProperties.valueAt(index); in getPropertyByteArray()
432 pData = &mByteArrayProperties[index]; in setPropertyString()
508 mByteArrayProperties.add(name, value); in setPropertyByteArray()
577 mByteArrayProperties.add(String8("mock-iv"), iv); in encrypt()
586 output = mByteArrayProperties.valueAt(index); in encrypt()
616 mByteArrayProperties.add(String8("mock-iv"), iv); in decrypt()
[all …]
H A DMockDrmCryptoPlugin.h153 KeyedVector<String8, Vector<uint8_t> > mByteArrayProperties; variable
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DDrmPlugin.cpp62 mByteArrayProperties.add(kDeviceIdKey, testDeviceId); in initProperties()
143 ssize_t index = mByteArrayProperties.indexOfKey(name); in getPropertyByteArray()
148 value = mByteArrayProperties.valueAt(index); in getPropertyByteArray()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp102 mByteArrayProperties[kDeviceIdKey] = valueVector; in initProperties()
107 mByteArrayProperties[kMetricsKey] = valueVector; in initProperties()
516 mByteArrayProperties.find(std::string(propertyName.c_str())); in getPropertyByteArray()
517 if (itr == mByteArrayProperties.end()) { in getPropertyByteArray()
573 mByteArrayProperties[kClientIdKey] = toVector(value); in setPropertyByteArray()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h268 android::KeyedVector<String8, Vector<uint8_t>> mByteArrayProperties; variable
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DDrmPlugin.h414 std::map<std::string, std::vector<uint8_t> > mByteArrayProperties; member