commit | 09a90ab544a785b36c5b2d1ef352289e2b6f5633 | [log] [tgz] |
---|---|---|
author | Jeff Tinker <jtinker@google.com> | Tue Jan 23 17:43:29 2018 -0800 |
committer | Jeff Tinker <jtinker@google.com> | Wed Jan 24 12:38:26 2018 -0800 |
tree | b54d3c9c36ec52198c984c8c04e4f2229c655f8c | |
parent | 87b4679598403fe752f57f1cfca4709ca82e97b8 [diff] |
Fix missing check of hidl return status closeAllSessions() was calling into the hidl interface closeSession directly, and neglected to check the return status which resulted in an abort. Instead, call the DrmHal::closeSession() method which handles the hidl return status correctly. Test: gts media tests bug:72400509 Change-Id: I444be998702aeaca2905ddf560a5138d5775a316