Searched refs:VfioHandler (Results 1 – 2 of 2) sorted by relevance
69 pub struct VfioHandler {} struct71 impl VfioHandler { impl72 pub fn init() -> VfioHandler { in init()73 VfioHandler::default() in init()77 impl Interface for VfioHandler {} implementation79 impl IVfioHandler for VfioHandler { implementation
19 use crate::aidl::VfioHandler;39 let service = VfioHandler::init(); in main()