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 Original line Diff line number Diff line
@@ -32,7 +32,7 @@
namespace android {
namespace android {


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


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


namespace android {
namespace android {


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


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


class String8;
class String8;
struct Parcel;
class Parcel;


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


namespace android {
namespace android {


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