Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee4e1b1a authored by Lajos Molnar's avatar Lajos Molnar
Browse files

stagefright: warnings be gone, some are now errors, use clang

Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
parent 2170233c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ namespace android {
struct ABuffer;
struct ALooper;
struct AudioTrack;
struct IGraphicBufferProducer;
class IGraphicBufferProducer;
struct MediaCodec;
struct NativeWindowWrapper;
struct NuMediaExtractor;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
namespace android {

struct AString;
struct IMemory;
class IMemory;

struct ICrypto : public IInterface {
    DECLARE_META_INTERFACE(Crypto);
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
namespace android {

class IDataSource;
class IMediaHTTPService;
struct IMediaHTTPService;

class IMediaMetadataRetriever: public IInterface
{
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ namespace android {
class Parcel;
class Surface;
class IDataSource;
class IStreamSource;
struct IStreamSource;
class IGraphicBufferProducer;
struct IMediaHTTPService;

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
namespace android {

struct AMessage;
struct IMemory;
class IMemory;
struct IStreamListener;

struct IStreamSource : public IInterface {
Loading