Loading headers/media_plugin/media/drm/DrmAPI.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -183,10 +183,10 @@ namespace android { kOfflineLicenseStateUnknown, kOfflineLicenseStateUnknown, // Offline license state is usable, the keys may be used for decryption. // Offline license state is usable, the keys may be used for decryption. kOfflineLicenseStateUsable, kOfflineLicenseStateUsable, // Offline license state is inactive, the keys have been marked for // Offline license state is released, the keys have been marked for // release using getKeyRequest() with kKeyType_Release but the // release using getKeyRequest() with kKeyType_Release but the // key response has not been received. // key response has not been received. kOfflineLicenseStateInactive kOfflineLicenseStateReleased }; }; DrmPlugin() {} DrmPlugin() {} Loading Loading
headers/media_plugin/media/drm/DrmAPI.h +2 −2 Original line number Original line Diff line number Diff line Loading @@ -183,10 +183,10 @@ namespace android { kOfflineLicenseStateUnknown, kOfflineLicenseStateUnknown, // Offline license state is usable, the keys may be used for decryption. // Offline license state is usable, the keys may be used for decryption. kOfflineLicenseStateUsable, kOfflineLicenseStateUsable, // Offline license state is inactive, the keys have been marked for // Offline license state is released, the keys have been marked for // release using getKeyRequest() with kKeyType_Release but the // release using getKeyRequest() with kKeyType_Release but the // key response has not been received. // key response has not been received. kOfflineLicenseStateInactive kOfflineLicenseStateReleased }; }; DrmPlugin() {} DrmPlugin() {} Loading