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

Commit ac867196 authored by Eduardo Rocha's avatar Eduardo Rocha
Browse files

Adding onTransact method for testing

Test: Tested locally for fuzzing
Change-Id: Ieadc20860e1f235b8f7cb6eda40c74d286b3d86b
parent e51e48b0
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.
     */