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

Commit 8ca1bd91 authored by Sandro Montanari's avatar Sandro Montanari Committed by Automerger Merge Worker
Browse files

Merge "Update language to comply with Android's inclusive language guidance...

Merge "Update language to comply with Android's inclusive language guidance Test: m checkbuild" am: 9c9bafff

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1918177

Change-Id: I335749953fc8b0200708ea59dcc328531d09017f
parents 876c493a 9c9bafff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@ public:
        if (mMemory.get() == nullptr || mMemory->unsecurePointer() == nullptr) return 0;
        int32_t remoteRefcount =
                reinterpret_cast<SharedControl *>(mMemory->unsecurePointer())->getRemoteRefcount();
        // Sanity check so that remoteRefCount() is non-negative.
        return remoteRefcount >= 0 ? remoteRefcount : 0; // do not allow corrupted data.
#else
        return 0;