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

Commit eedde63b authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: make getBlobAshmemSize private

In preparation for removing it. There are currently 3 prebuilts in the
Android source tree which reference this (from one device!).

Bug: 202029388
Test: N/A
Change-Id: Ic025418d9b4ca35cf4bfd1518de4d6db68de015d
parent d8b3d5f0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1237,7 +1237,9 @@ public:
     */
    size_t getOpenAshmemSize() const;

    // TODO(b/202029388): Remove 'getBlobAshmemSize' once ABI can be changed.
private:
    // TODO(b/202029388): Remove 'getBlobAshmemSize' once no prebuilts reference
    // this
    size_t getBlobAshmemSize() const;
};

+0 −1
Original line number Diff line number Diff line
@@ -284,7 +284,6 @@ std::vector<ParcelRead<::android::Parcel>> BINDER_PARCEL_READ_FUNCTIONS {
        FUZZ_LOG() << "readObject: " << obj;
    },
    PARCEL_READ_NO_STATUS(uid_t, readCallingWorkSourceUid),
    PARCEL_READ_NO_STATUS(size_t, getBlobAshmemSize),
    PARCEL_READ_NO_STATUS(size_t, getOpenAshmemSize),

    // additional parcelable objects defined in libbinder