Home
last modified time | relevance | path

Searched refs:LicenseState (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDeviceFiles.h32 } LicenseState; typedef
37 virtual bool StoreLicense(const std::string& keySetId, LicenseState state,
41 const std::string& key_set_id, LicenseState* state, std::string* offlineLicense);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/protos/
DDeviceFiles.proto19 enum LicenseState { enum
24 optional LicenseState state = 1;
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDeviceFiles.cpp45 const std::string& keySetId, LicenseState state, in StoreLicense()
109 const std::string& keySetId, LicenseState* state, std::string* offlineLicense) { in RetrieveLicense()
DDrmPlugin.cpp440 DeviceFiles::LicenseState licenseState; in restoreKeys()
722 DeviceFiles::LicenseState state; in getOfflineLicenseState()