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

Commit 6d339f1f authored by Lajos Molnar's avatar Lajos Molnar
Browse files

libmediaplayerservice: fix warnings, make warnings errors, use clang

Change-Id: I1b2f6b65c5abbc366068a60b8909104f31b94228
parent ee4e1b1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
namespace android {

struct AMessage;
struct Parcel;
class Parcel;
struct CodecCapabilities;

typedef KeyedVector<AString, AString> CodecSettings;
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

namespace android {

class ALooper;
struct ALooper;
class AMessage;
struct AReplyToken;
class IGraphicBufferProducer;
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ namespace android {
struct ABuffer;
struct AHandler;
struct AString;
struct Parcel;
class Parcel;

struct AReplyToken : public RefBase {
    AReplyToken(const sp<ALooper> &looper)
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
namespace android {

class String8;
struct Parcel;
class Parcel;

struct AString {
    AString();
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

namespace android {

class ALooper;
struct ALooper;
struct IMediaHTTPService;
class MediaPlayerBase;
class MediaSource;
Loading