Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp34 const std::string kOfflineLicense("\"type\":\"persistent-license\""); variable
213 if (requestString.find(kOfflineLicense) != std::string::npos) { in getKeyRequestCommon()
356 bool isOfflineLicense = responseString.find(kOfflineLicense) != std::string::npos; in provideKeyResponse()