OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serializedFile
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DeviceFiles.h
57
bool StoreFileRaw(const std::string& fileName, const std::string&
serializedFile
);
58
bool StoreFileWithHash(const std::string& fileName, const std::string&
serializedFile
);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DeviceFiles.cpp
67
std::string
serializedFile
;
68
file.SerializeToString(&
serializedFile
);
70
return StoreFileWithHash(keySetId + kLicenseFileNameExt,
serializedFile
);
74
const std::string&
serializedFile
) {
76
if (!Hash(
serializedFile
, &hash)) {
82
hashFile.set_file(
serializedFile
);
Completed in 181 milliseconds