Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/win_util/src/
H A Ddll_notification.rs151 pub struct DllNotificationData { struct
169 F1: FnMut(DllNotificationData), argument
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Dmain.rs115 ) -> std::io::Result<DllWatcher<impl FnMut(DllNotificationData), impl FnMut(DllNotificationData)>> { in get_library_watcher()