commit | 45b88d22fdf6619ff9901d553d6933911045366d | [log] [tgz] |
---|---|---|
author | Robert Shih <robertshih@google.com> | Mon Feb 05 13:52:39 2018 -0800 |
committer | Robert Shih <robertshih@google.com> | Mon Feb 05 14:58:03 2018 -0800 |
tree | 8af094fde26db0567481638a3aa8d9fbdf1ee63a | |
parent | 65fdcf74e09717b6e67fa90ff78af45f2c9414cc [diff] [blame] |
ndk data source: add close API Bug: 63934228 Change-Id: I4d5f0d6d6bee22d9ef61b85343beffa9e8bd5e74
diff --git a/media/ndk/NdkMediaDataSourcePriv.h b/media/ndk/NdkMediaDataSourcePriv.h index a1cb331..65ddd2a 100644 --- a/media/ndk/NdkMediaDataSourcePriv.h +++ b/media/ndk/NdkMediaDataSourcePriv.h
@@ -47,6 +47,7 @@ virtual status_t getSize(off64_t *); virtual String8 toString(); virtual String8 getMIMEType() const; + virtual void close(); private: