Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aef1144c authored by Rahul Frias's avatar Rahul Frias Committed by Android (Google) Code Review
Browse files

Merge "Fix reclaim sessions"

parents 85697206 6975173f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -291,6 +291,9 @@ Return<void> DrmHal::sendEvent(EventType hEventType,
        case EventType::VENDOR_DEFINED:
            eventType = DrmPlugin::kDrmPluginEventVendorDefined;
            break;
        case EventType::SESSION_RECLAIMED:
            eventType = DrmPlugin::kDrmPluginEventSessionReclaimed;
            break;
        default:
            return Void();
        }