Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp459 DeviceFiles::LicenseState licenseState; in restoreKeys() local
464 &licenseState, &offlineLicense)) { in restoreKeys()
469 if (DeviceFiles::kLicenseStateUnknown == licenseState || in restoreKeys()
470 DeviceFiles::kLicenseStateReleasing == licenseState) { in restoreKeys()
471 ALOGE("Invalid license state=%d", licenseState); in restoreKeys()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DIDrm.h108 DrmPlugin::OfflineLicenseState *licenseState) const = 0;
DDrmHal.h135 DrmPlugin::OfflineLicenseState *licenseState) const;
/frameworks/av/drm/libmediadrm/
DDrmHal.cpp157 OfflineLicenseState licenseState) { in toOfflineLicenseState() argument
158 switch(licenseState) { in toOfflineLicenseState()
1187 DrmPlugin::OfflineLicenseState *licenseState) const { in getOfflineLicenseState()
1197 *licenseState = DrmPlugin::kOfflineLicenseStateUnknown; in getOfflineLicenseState()
1204 *licenseState = toOfflineLicenseState(hLicenseState); in getOfflineLicenseState()