Searched refs:DeviceFiles (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
D | DeviceFiles.cpp | 51 bool DeviceFiles::StoreLicense(const std::string& keySetId, LicenseState state, in StoreLicense() 78 bool DeviceFiles::StoreFileWithHash(const std::string& fileName, in StoreFileWithHash() 96 bool DeviceFiles::StoreFileRaw(const std::string& fileName, const std::string& serializedHashFile) { in StoreFileRaw() 113 bool DeviceFiles::RetrieveLicense(const std::string& keySetId, LicenseState* state, in RetrieveLicense() 152 bool DeviceFiles::DeleteLicense(const std::string& keySetId) { in DeleteLicense() 156 bool DeviceFiles::DeleteAllLicenses() { in DeleteAllLicenses() 160 bool DeviceFiles::LicenseExists(const std::string& keySetId) { in LicenseExists() 164 std::vector<std::string> DeviceFiles::ListLicenses() const { in ListLicenses() 173 bool DeviceFiles::RetrieveHashedFile(const std::string& fileName, OfflineFile* deSerializedFile) { in RetrieveHashedFile() 239 bool DeviceFiles::FileExists(const std::string& fileName) const { in FileExists() [all …]
|
D | Android.bp | 56 srcs: ["protos/DeviceFiles.proto"], 68 "DeviceFiles.cpp", 108 srcs: ["protos/DeviceFiles.proto"], 119 "DeviceFiles.cpp",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/ |
D | DeviceFiles.h | 31 class DeviceFiles { 39 DeviceFiles(){}; in DeviceFiles() function 40 virtual ~DeviceFiles(){}; in ~DeviceFiles() 69 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DeviceFiles);
|
/frameworks/av/ |
D | METADATA | 6 " drm/mediadrm/plugins/clearkey/hidl/DeviceFiles.cpp\n" 8 " drm/mediadrm/plugins/clearkey/hidl/include/DeviceFiles.h\n" 9 " drm/mediadrm/plugins/clearkey/hidl/protos/DeviceFiles.proto\n"
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/ |
D | DrmPlugin.cpp | 243 if (!mFileHandle.StoreLicense(keySetIdString, DeviceFiles::kLicenseStateReleasing, in getKeyRequest() 350 DeviceFiles::LicenseState state; in getOfflineLicenseState() 359 case DeviceFiles::kLicenseStateActive: in getOfflineLicenseState() 362 case DeviceFiles::kLicenseStateReleasing: in getOfflineLicenseState() 365 case DeviceFiles::kLicenseStateUnknown: in getOfflineLicenseState() 594 keySetId, DeviceFiles::kLicenseStateActive, in provideKeyResponse() 810 DeviceFiles::LicenseState licenseState; in restoreKeys() 819 if (DeviceFiles::kLicenseStateUnknown == licenseState || in restoreKeys() 820 DeviceFiles::kLicenseStateReleasing == licenseState) { in restoreKeys()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/include/ |
D | DrmPlugin.h | 206 DeviceFiles mFileHandle;
|