Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter.rs554 struct FakeCppThread { struct
555 callback: Arc<RwLock<Strong<dyn IInputThreadCallback>>>,
556 inner: Arc<RwLock<FakeCppThreadInner>>,
557 exit_flag: Arc<AtomicBool>,
560 impl Interface for FakeCppThread {} implementation
562 impl FakeCppThread { implementation
612 impl IInputThread for FakeCppThread { implementation