Searched refs:DmabufCreationFail (Results 1 – 1 of 1) sorted by relevance
62 DmabufCreationFail(io::Error), enumerator72 DmabufCreationFail(e) => write!(f, "failed to create buffer: {:?}", e), in fmt()161 return Err(UdmabufError::DmabufCreationFail(io::Error::last_os_error())); in create_udmabuf()