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

Commit ca7e4c78 authored by Max Spector's avatar Max Spector Committed by Automerger Merge Worker
Browse files

Merge "Adding onTransact method for testing" am: 6ba4920c

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1427437

Change-Id: I18a7799d67c24d4834ce041df814857e563c4b6d
parents 5650ad3b 6ba4920c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -365,6 +365,10 @@ public:

    auto flushTransactionQueues() { return mFlinger->flushTransactionQueues(); };

    auto onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
        return mFlinger->onTransact(code, data, reply, flags);
    }

    /* ------------------------------------------------------------------------
     * Read-only access to private data to assert post-conditions.
     */