Searched refs:licenseState (Results 1 – 7 of 7) sorted by relevance
440 DeviceFiles::LicenseState licenseState; in restoreKeys() local444 &licenseState, &offlineLicense)) { in restoreKeys()449 if (DeviceFiles::kLicenseStateUnknown == licenseState || in restoreKeys()450 DeviceFiles::kLicenseStateReleasing == licenseState) { in restoreKeys()451 ALOGE("Invalid license state=%d", licenseState); in restoreKeys()
100 DrmPlugin::OfflineLicenseState *licenseState) const = 0;
129 DrmPlugin::OfflineLicenseState *licenseState) const;
166 OfflineLicenseState licenseState) { in toOfflineLicenseState() argument167 switch(licenseState) { in toOfflineLicenseState()1269 DrmPlugin::OfflineLicenseState *licenseState) const { in getOfflineLicenseState()1279 *licenseState = DrmPlugin::kOfflineLicenseStateUnknown; in getOfflineLicenseState()1286 *licenseState = toOfflineLicenseState(hLicenseState); in getOfflineLicenseState()
418 DrmPlugin::OfflineLicenseState *licenseState) const { in getOfflineLicenseState()425 *licenseState = DrmPlugin::OfflineLicenseState::kOfflineLicenseStateUnknown; in getOfflineLicenseState()428 *licenseState = static_cast<DrmPlugin::OfflineLicenseState>(reply.readInt32()); in getOfflineLicenseState()