HomeSort by relevance Sort by last modified time
    Searched refs:DeviceFiles (Results 1 - 4 of 4) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DeviceFiles.h 16 #include "protos/DeviceFiles.pb.h"
26 class DeviceFiles {
34 DeviceFiles() {};
35 virtual ~DeviceFiles() {};
62 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DeviceFiles);
DrmPlugin.h 28 #include "DeviceFiles.h"
418 DeviceFiles mFileHandle;
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DeviceFiles.cpp 10 #include "DeviceFiles.h"
44 bool DeviceFiles::StoreLicense(
73 bool DeviceFiles::StoreFileWithHash(const std::string& fileName,
91 bool DeviceFiles::StoreFileRaw(const std::string& fileName, const std::string& serializedHashFile) {
108 bool DeviceFiles::RetrieveLicense(
149 bool DeviceFiles::DeleteLicense(const std::string& keySetId) {
153 bool DeviceFiles::DeleteAllLicenses() {
157 bool DeviceFiles::LicenseExists(const std::string& keySetId) {
161 std::vector<std::string> DeviceFiles::ListLicenses() const {
170 bool DeviceFiles::RetrieveHashedFile(const std::string& fileName, OfflineFile* deSerializedFile)
    [all...]
DrmPlugin.cpp 217 DeviceFiles::kLicenseStateReleasing,
391 DeviceFiles::kLicenseStateActive,
440 DeviceFiles::LicenseState licenseState;
449 if (DeviceFiles::kLicenseStateUnknown == licenseState ||
450 DeviceFiles::kLicenseStateReleasing == licenseState) {
722 DeviceFiles::LicenseState state;
729 case DeviceFiles::kLicenseStateActive:
732 case DeviceFiles::kLicenseStateReleasing:
735 case DeviceFiles::kLicenseStateUnknown:

Completed in 279 milliseconds