Loading media/libmedia/MidiIoWrapper.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "MidiIoWrapper" #include <utils/Log.h> #include <utils/RefBase.h> #include <sys/stat.h> #include <fcntl.h> Loading Loading @@ -50,7 +49,7 @@ MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) { mDataSource = nullptr; } class DataSourceUnwrapper : public DataSourceBase { class DataSourceUnwrapper { public: explicit DataSourceUnwrapper(CDataSource *csource) { Loading Loading
media/libmedia/MidiIoWrapper.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "MidiIoWrapper" #include <utils/Log.h> #include <utils/RefBase.h> #include <sys/stat.h> #include <fcntl.h> Loading Loading @@ -50,7 +49,7 @@ MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) { mDataSource = nullptr; } class DataSourceUnwrapper : public DataSourceBase { class DataSourceUnwrapper { public: explicit DataSourceUnwrapper(CDataSource *csource) { Loading