Searched refs:mDefaultURL (Results 1 – 6 of 6) sorted by relevance
49 if (licenseRequest.mDefaultURL.size() == 0) { in DealMediaKeyRequest()52 …ediaKeyRequest->defaultUrl, sizeof(mediaKeyRequest->defaultUrl), licenseRequest.mDefaultURL.data(), in DealMediaKeyRequest()53 licenseRequest.mDefaultURL.size()); in DealMediaKeyRequest()
83 std::string mDefaultURL; member
148 licenseRequest.mDefaultURL = reply.ReadString(); in GenerateMediaKeyRequest()
135 licenseRequest.mDefaultURL = hdiMediaKeyRequest.defaultUrl; in GenerateMediaKeyRequest()
140 if (!reply.WriteString(licenseRequest.mDefaultURL)) { in ProcessMediaKeyRequest()
258 status = SetValueString(env, "defaultURL", mediaKeyRequest.mDefaultURL, result); in SetMediaKeyRequest()