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

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

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

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

Change-Id: I2f3853df3b277cf3225211aeafc3aa28973b64aa
parents 48bc53bb ca7e4c78
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.
     */