Searched refs:VfioHandler (Results 1 – 2 of 2) sorted by relevance
68 pub struct VfioHandler {} struct70 impl VfioHandler { impl71 pub fn init() -> VfioHandler { in init()72 VfioHandler::default() in init()76 impl Interface for VfioHandler {} implementation78 impl IVfioHandler for VfioHandler { implementation
19 use crate::aidl::VfioHandler;39 let service = VfioHandler::init(); in main()