Loading media/libmedia/MidiIoWrapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) { mDataSource = nullptr; } class DataSourceUnwrapper { class MidiIoWrapper::DataSourceUnwrapper { public: explicit DataSourceUnwrapper(CDataSource *csource) { Loading media/libmedia/include/media/MidiIoWrapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ namespace android { struct CDataSource; class DataSourceUnwrapper; class MidiIoWrapper { public: Loading @@ -43,6 +42,7 @@ private: int mFd; off64_t mBase; int64_t mLength; class DataSourceUnwrapper; DataSourceUnwrapper *mDataSource; EAS_FILE mEasFile; }; Loading Loading
media/libmedia/MidiIoWrapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) { mDataSource = nullptr; } class DataSourceUnwrapper { class MidiIoWrapper::DataSourceUnwrapper { public: explicit DataSourceUnwrapper(CDataSource *csource) { Loading
media/libmedia/include/media/MidiIoWrapper.h +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ namespace android { struct CDataSource; class DataSourceUnwrapper; class MidiIoWrapper { public: Loading @@ -43,6 +42,7 @@ private: int mFd; off64_t mBase; int64_t mLength; class DataSourceUnwrapper; DataSourceUnwrapper *mDataSource; EAS_FILE mEasFile; }; Loading