OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreFileWithHash
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DeviceFiles.h
58
bool
StoreFileWithHash
(const std::string& fileName, const std::string& serializedFile);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DeviceFiles.cpp
70
return
StoreFileWithHash
(keySetId + kLicenseFileNameExt, serializedFile);
73
bool DeviceFiles::
StoreFileWithHash
(const std::string& fileName,
77
ALOGE("
StoreFileWithHash
: Failed to compute hash");
Completed in 210 milliseconds