Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDeviceFiles.cpp67 std::string serializedFile; in StoreLicense() local
68 file.SerializeToString(&serializedFile); in StoreLicense()
70 return StoreFileWithHash(keySetId + kLicenseFileNameExt, serializedFile); in StoreLicense()
74 const std::string& serializedFile) { in StoreFileWithHash() argument
76 if (!Hash(serializedFile, &hash)) { in StoreFileWithHash()
82 hashFile.set_file(serializedFile); in StoreFileWithHash()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDeviceFiles.h59 bool StoreFileRaw(const std::string& fileName, const std::string& serializedFile);
60 bool StoreFileWithHash(const std::string& fileName, const std::string& serializedFile);