/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust-source/gen/com/android/server/inputflinger/ |
D | IInputFlingerRust.rs | 178 …fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Strong<dyn… 191 …fn r#onProvideInputFlingerRust<'a, >(&'a self, _arg_inputFlingerRust: &'a binder::Strong<dyn crate… 196 …async fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Stro… 218 …fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Strong<dyn… in new_async_binder() 219 self._rt.block_on(self._inner.r#onProvideInputFlingerRust(_arg_inputFlingerRust)) in new_async_binder() 234 …fn r#onProvideInputFlingerRust<'a, >(&'a self, _arg_inputFlingerRust: &'a binder::Strong<dyn crate… in try_into_local_async() 235 …Box::pin(self._native.try_as_async_server().unwrap().r#onProvideInputFlingerRust(_arg_inputFlinger… in try_into_local_async() 246 …fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Strong<dyn… 251 …pub const r#onProvideInputFlingerRust: binder::binder_impl::TransactionCode = binder::binder_impl:… 264 return _aidl_default_impl.r#onProvideInputFlingerRust(_arg_inputFlingerRust); in read_response_onProvideInputFlingerRust() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/include/aidl/com/android/server/inputflinger/ |
D | IInputFlingerRust.h | 58 …virtual ::ndk::ScopedAStatus onProvideInputFlingerRust(const std::shared_ptr<::aidl::com::android:… 64 …::ndk::ScopedAStatus onProvideInputFlingerRust(const std::shared_ptr<::aidl::com::android::server:… 73 …::ndk::ScopedAStatus onProvideInputFlingerRust(const std::shared_ptr<::aidl::com::android::server:…
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust/android_arm64_armv8-2a_cortex-a55_source/ |
D | com_android_server_inputflinger.rs | 923 …fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Strong<dyn… 936 …fn r#onProvideInputFlingerRust<'a, >(&'a self, _arg_inputFlingerRust: &'a binder::Strong<dyn crate… 941 …async fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Stro… 963 …fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Strong<dyn… in new_async_binder() 964 … self._rt.block_on(self._inner.r#onProvideInputFlingerRust(_arg_inputFlingerRust)) in new_async_binder() 979 …fn r#onProvideInputFlingerRust<'a, >(&'a self, _arg_inputFlingerRust: &'a binder::Strong<dyn crate… in try_into_local_async() 980 …Box::pin(self._native.try_as_async_server().unwrap().r#onProvideInputFlingerRust(_arg_inputFlinger… in try_into_local_async() 991 …fn r#onProvideInputFlingerRust<'a, 'l1, >(&'a self, _arg_inputFlingerRust: &'l1 binder::Strong<dyn… 996 …pub const r#onProvideInputFlingerRust: binder::binder_impl::TransactionCode = binder::binder_impl:… 1009 return _aidl_default_impl.r#onProvideInputFlingerRust(_arg_inputFlingerRust); in read_response_onProvideInputFlingerRust() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-ndk-source/gen/com/android/server/inputflinger/ |
D | IInputFlingerRust.cpp | 192 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->onProvideInputFlingerRust(in_inputFlingerRust); in _aidl_com_android_server_inputflinger_IInputFlingerRust_IInputFlingerRustBootstrapCallback_onTransact() 210 …AStatus IInputFlingerRust::BpInputFlingerRustBootstrapCallback::onProvideInputFlingerRust(const st… in onProvideInputFlingerRust() function in aidl::com::android::server::inputflinger::IInputFlingerRust::BpInputFlingerRustBootstrapCallback 233 …_aidl_status = IInputFlingerRustBootstrapCallback::getDefaultImpl()->onProvideInputFlingerRust(in_… in onProvideInputFlingerRust() 306 …s IInputFlingerRust::IInputFlingerRustBootstrapCallbackDefault::onProvideInputFlingerRust(const st… in onProvideInputFlingerRust() function in aidl::com::android::server::inputflinger::IInputFlingerRust::IInputFlingerRustBootstrapCallbackDefault
|
/aosp_15_r20/frameworks/native/services/inputflinger/aidl/com/android/server/inputflinger/ |
H A D | IInputFlingerRust.aidl | 35 void onProvideInputFlingerRust(in IInputFlingerRust inputFlingerRust); in onProvideInputFlingerRust() method
|
/aosp_15_r20/frameworks/native/services/inputflinger/rust/ |
H A D | lib.rs | 96 callback.onProvideInputFlingerRust(&service).unwrap(); in create_inputflinger_rust()
|
/aosp_15_r20/frameworks/native/services/inputflinger/ |
H A D | InputManager.cpp | 89 ndk::ScopedAStatus onProvideInputFlingerRust( in createInputFlingerRust() function in android::__anone1d00f900111::createInputFlingerRust::Callback
|