Home
last modified time | relevance | path

Searched refs:DeviceFiles (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDeviceFiles.cpp44 bool DeviceFiles::StoreLicense( in StoreLicense()
73 bool DeviceFiles::StoreFileWithHash(const std::string& fileName, in StoreFileWithHash()
91 bool DeviceFiles::StoreFileRaw(const std::string& fileName, const std::string& serializedHashFile) { in StoreFileRaw()
108 bool DeviceFiles::RetrieveLicense( in RetrieveLicense()
149 bool DeviceFiles::DeleteLicense(const std::string& keySetId) { in DeleteLicense()
153 bool DeviceFiles::DeleteAllLicenses() { in DeleteAllLicenses()
157 bool DeviceFiles::LicenseExists(const std::string& keySetId) { in LicenseExists()
161 std::vector<std::string> DeviceFiles::ListLicenses() const { in ListLicenses()
170 bool DeviceFiles::RetrieveHashedFile(const std::string& fileName, OfflineFile* deSerializedFile) { in RetrieveHashedFile()
236 bool DeviceFiles::FileExists(const std::string& fileName) const { in FileExists()
[all …]
DAndroid.bp28 "DeviceFiles.cpp",
79 srcs: ["protos/DeviceFiles.proto"],
DDrmPlugin.cpp217 DeviceFiles::kLicenseStateReleasing, in getKeyRequestCommon()
391 DeviceFiles::kLicenseStateActive, in provideKeyResponse()
440 DeviceFiles::LicenseState licenseState; in restoreKeys()
449 if (DeviceFiles::kLicenseStateUnknown == licenseState || in restoreKeys()
450 DeviceFiles::kLicenseStateReleasing == licenseState) { in restoreKeys()
722 DeviceFiles::LicenseState state; in getOfflineLicenseState()
729 case DeviceFiles::kLicenseStateActive: in getOfflineLicenseState()
732 case DeviceFiles::kLicenseStateReleasing: in getOfflineLicenseState()
735 case DeviceFiles::kLicenseStateUnknown: in getOfflineLicenseState()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDeviceFiles.h26 class DeviceFiles {
34 DeviceFiles() {}; in DeviceFiles() function
35 virtual ~DeviceFiles() {}; in ~DeviceFiles()
62 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DeviceFiles);
DDrmPlugin.h418 DeviceFiles mFileHandle;