device_google_tangorpro/cast_auth/mediadrm
Ryan Prichard 0d97a2bd57 closeSession: actually remove elements from sessions_
std::remove_if consolidates the non-removed elements at the start of
the vector, but it doesn't change the vector's size. After upgrading
libc++, std::remove_if is [[nodiscard]], so this bug causes a compiler
error.

Bug: 175635923
Test: m android.hardware.drm-service.castkey
Change-Id: Ie9734e616f0f93e290cd61f929af04598f236ee7
2023-09-20 17:36:38 -07:00
..
include CastAuthApk: Castkey AIDL mediaDrm plugin 2022-10-04 05:01:59 +00:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS 2022-10-06 13:10:14 -07:00
android.hardware.drm-service.castkey.rc CastAuthApk: Castkey AIDL mediaDrm plugin 2022-10-04 05:01:59 +00:00
CreatePluginFactories.cpp CastAuthApk: Castkey AIDL mediaDrm plugin 2022-10-04 05:01:59 +00:00
DrmFactory.cpp CastAuthApk: Castkey AIDL mediaDrm plugin 2022-10-04 05:01:59 +00:00
DrmPlugin.cpp Print error log only if result is empty 2022-11-01 20:10:59 +00:00
manifest_android.hardware.drm-service.castkey.xml CastAuthApk: Castkey AIDL mediaDrm plugin 2022-10-04 05:01:59 +00:00
Service.cpp CastAuthApk: Castkey AIDL mediaDrm plugin 2022-10-04 05:01:59 +00:00
SessionLibrary.cpp closeSession: actually remove elements from sessions_ 2023-09-20 17:36:38 -07:00