Home
last modified time | relevance | path

Searched refs:in_value (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmPlugin.cpp907 const std::vector<uint8_t>& in_value) { in setPropertyByteArray() argument
912 mByteArrayProperties[kClientIdKey] = in_value; in setPropertyByteArray()
922 const std::string& in_value) { in setPropertyString() argument
942 if (in_value == kResourceContentionValue) { in setPropertyString()
944 } else if (in_value == kLostStateValue) { in setPropertyString()
946 } else if (in_value == kFrameTooLargeValue) { in setPropertyString()
948 } else if (in_value == kInvalidStateValue) { in setPropertyString()
957 if (!::android::base::ParseInt(in_value, &err)) { in setPropertyString()
962 mStringProperties[key] = std::string(in_value.c_str()); in setPropertyString()
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/
DDrmPlugin.h131 const std::vector<uint8_t>& in_value) override;
133 const std::string& in_value) override;