CAS : Add missing converstion of message data
Test: atest MediaCasTest#testClearKeyApis Bug: 269691993 Change-Id: Id04345a5aeebeb140b2f6bfe3166dc1ffb3558e6
This commit is contained in:
@@ -436,7 +436,7 @@ public final class MediaCas implements AutoCloseable {
|
||||
if (mEventHandler != null) {
|
||||
mEventHandler.sendMessage(
|
||||
mEventHandler.obtainMessage(
|
||||
EventHandler.MSG_CAS_EVENT, event, arg, data));
|
||||
EventHandler.MSG_CAS_EVENT, event, arg, toBytes(data)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user