commit | e4f4b79b8b1304ff3e7650346dd9a6b28346fa1a | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Fri Jan 17 13:15:18 2020 -0800 |
committer | Marco Nelissen <marcone@google.com> | Fri Jan 17 13:17:46 2020 -0800 |
tree | c8bd617164779dd25bf2a825a486132d7825a94d | |
parent | 255f610f5ab71b5e36d93744dfe058daf6c96041 [diff] |
Implement name() and flags() in IMediaExtractor These were always present in the interface, but not actually implemented. Now name and flags are passed through the Binder interface to the client. The name() method was changed to String8 from "const char *" to avoid ambiguity regarding who owns the string. Bug: 143263164 Test: manual Change-Id: I503d964b70f0affdedba23aa7da530164c14caf1