Loading native/android/surface_control_input_receiver.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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) {} Loading Loading
native/android/surface_control_input_receiver.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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) {} Loading