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

Commit 75c2267c authored by Paul Ramirez's avatar Paul Ramirez
Browse files

Update InputConsumerNoResampling constructor

Updated calls to InputConsumerNoResampling constructor

Bug: 297226446
Flag: EXEMPT refactor
Test: TEST=libinput_tests; m $TEST && $ANDROID_HOST_OUT/nativetest64/$TEST/$TEST --gtest_filter="*ResamplingTest*"
Change-Id: I0d2c28d793c8fd36d37b3d4f2c7f3c42358f4c1c
parent 5eec7742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public:
                  const sp<IBinder>& clientToken, const sp<InputTransferToken>& inputTransferToken,
                  AInputReceiverCallbacks* callbacks)
          : mCallbacks(callbacks),
            mInputConsumer(inputChannel, looper, *this),
            mInputConsumer(inputChannel, looper, *this, nullptr),
            mClientToken(clientToken),
            mInputTransferToken(inputTransferToken) {}