Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DDeviceFiles.cpp72 std::string serializedFile; in StoreLicense() local
73 file.SerializeToString(&serializedFile); in StoreLicense()
75 return StoreFileWithHash(keySetId + kLicenseFileNameExt, serializedFile); in StoreLicense()
79 const std::string& serializedFile) { in StoreFileWithHash() argument
81 if (!Hash(serializedFile, &hash)) { in StoreFileWithHash()
87 hashFile.set_file(serializedFile); in StoreFileWithHash()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DDeviceFiles.h64 bool StoreFileRaw(const std::string& fileName, const std::string& serializedFile);
65 bool StoreFileWithHash(const std::string& fileName, const std::string& serializedFile);