1 #include "InputFlingerBootstrap.h" 2 3 using IInputFlingerRustBootstrapCallbackAIBinder = ::IInputFlingerRustBootstrapCallbackAIBinder; 4 5 extern "C" { 6 void cxxbridge1$create_inputflinger_rust(::IInputFlingerRustBootstrapCallbackAIBinder *callback) noexcept; 7 } // extern "C" 8 create_inputflinger_rust(::IInputFlingerRustBootstrapCallbackAIBinder * callback)9void create_inputflinger_rust(::IInputFlingerRustBootstrapCallbackAIBinder *callback) noexcept { 10 cxxbridge1$create_inputflinger_rust(callback); 11 } 12