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

Commit f65f03bc authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

Merge "libmediaplayerservice: fix warnings, make warnings errors, use clang"

parents 71950ea3 6d339f1f
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