Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter_thread.rs348 pub struct TestThreadCallback(Arc<RwLock<TestThreadCallbackInner>>); struct
350 impl TestThreadCallback { impl
364 impl ThreadCallback for TestThreadCallback { implementation