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

Commit 4def1327 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

stagefright: make AMessage::Rect public

Bug: 79494020
Change-Id: Ie2c1082e17175ad8ba606009a53a5ec7f1615865
parent 85042380
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -180,6 +180,10 @@ struct AMessage : public RefBase {
        kTypeBuffer,
    };

    struct Rect {
        int32_t mLeft, mTop, mRight, mBottom;
    };

    size_t countEntries() const;
    const char *getEntryNameAt(size_t index, Type *type) const;

@@ -227,10 +231,6 @@ private:
    wp<AHandler> mHandler;
    wp<ALooper> mLooper;

    struct Rect {
        int32_t mLeft, mTop, mRight, mBottom;
    };

    struct Item {
        union {
            int32_t int32Value;