Searched refs:DeviceFiles (Results 1 – 6 of 6) sorted by relevance
44 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 …]
226 DeviceFiles::kLicenseStateReleasing, in getKeyRequestCommon()410 DeviceFiles::kLicenseStateActive, in provideKeyResponse()459 DeviceFiles::LicenseState licenseState; in restoreKeys()469 if (DeviceFiles::kLicenseStateUnknown == licenseState || in restoreKeys()470 DeviceFiles::kLicenseStateReleasing == licenseState) { in restoreKeys()806 DeviceFiles::LicenseState state; in getOfflineLicenseState()813 case DeviceFiles::kLicenseStateActive: in getOfflineLicenseState()816 case DeviceFiles::kLicenseStateReleasing: in getOfflineLicenseState()819 case DeviceFiles::kLicenseStateUnknown: in getOfflineLicenseState()
41 "DeviceFiles.cpp",93 srcs: ["protos/DeviceFiles.proto"],
28 class DeviceFiles {36 DeviceFiles() {}; in DeviceFiles() function37 virtual ~DeviceFiles() {}; in ~DeviceFiles()64 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DeviceFiles);
55 using drm::V1_4::clearkey::DeviceFiles;435 DeviceFiles mFileHandle GUARDED_BY(mFileHandleLock);
6 # drm/mediadrm/plugins/clearkey/hidl/DeviceFiles.cpp8 # drm/mediadrm/plugins/clearkey/hidl/include/DeviceFiles.h9 # drm/mediadrm/plugins/clearkey/hidl/protos/DeviceFiles.proto