Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDeviceFiles.cpp109 const std::string& keySetId, LicenseState* state, std::string* offlineLicense) { in RetrieveLicense() argument
145 *offlineLicense = license.license(); in RetrieveLicense()
DDrmPlugin.cpp441 std::string offlineLicense; in restoreKeys() local
444 &licenseState, &offlineLicense)) { in restoreKeys()
459 status = session->provideKeyResponse(std::vector<uint8_t>(offlineLicense.begin(), in restoreKeys()
460 offlineLicense.end())); in restoreKeys()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDeviceFiles.h41 const std::string& key_set_id, LicenseState* state, std::string* offlineLicense);