Home
last modified time | relevance | path

Searched defs:IInputFlingerRustBootstrapCallbackAIBinder (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/rust/
Dlib.rs49 type IInputFlingerRustBootstrapCallbackAIBinder; typedef
54 callback: *mut IInputFlingerRustBootstrapCallbackAIBinder, in create_inputflinger_rust()
71 unsafe fn create_inputflinger_rust(callback: *mut ffi::IInputFlingerRustBootstrapCallbackAIBinder) { in create_inputflinger_rust()
/frameworks/native/services/inputflinger/rust/ffi/
DInputFlingerBootstrap.h21 using IInputFlingerRustBootstrapCallbackAIBinder = AIBinder; variable