Home
last modified time | relevance | path

Searched refs:DeviceFiles (Results 1 – 6 of 6) 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 …]
DDrmPlugin.cpp226 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()
DAndroid.bp41 "DeviceFiles.cpp",
93 srcs: ["protos/DeviceFiles.proto"],
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDeviceFiles.h28 class DeviceFiles {
36 DeviceFiles() {}; in DeviceFiles() function
37 virtual ~DeviceFiles() {}; in ~DeviceFiles()
64 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DeviceFiles);
DDrmPlugin.h55 using drm::V1_4::clearkey::DeviceFiles;
435 DeviceFiles mFileHandle GUARDED_BY(mFileHandleLock);
/frameworks/av/
DMETADATA6 # drm/mediadrm/plugins/clearkey/hidl/DeviceFiles.cpp
8 # drm/mediadrm/plugins/clearkey/hidl/include/DeviceFiles.h
9 # drm/mediadrm/plugins/clearkey/hidl/protos/DeviceFiles.proto