Home
last modified time | relevance | path

Searched refs:WaitContextAdd (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/src/plugin/
Dmod.rs108 WaitContextAdd(SysError), enumerator
177 WaitContextAdd(e) => write!(f, "failed to add descriptor to wait context: {}", e), in fmt()
720 .map_err(Error::WaitContextAdd)?; in run_config()
741 .map_err(Error::WaitContextAdd)?; in run_config()
/external/crosvm/src/
Dlinux.rs193 WaitContextAdd(base::Error), enumerator
331 WaitContextAdd(e) => write!(f, "failed to add descriptor to wait context: {}", e), in fmt()
2795 .map_err(Error::WaitContextAdd)?; in run_control()
2800 .map_err(Error::WaitContextAdd)?; in run_control()
2805 .map_err(Error::WaitContextAdd)?; in run_control()
2811 .map_err(Error::WaitContextAdd)?; in run_control()
2816 .map_err(Error::WaitContextAdd)?; in run_control()
2825 .map_err(Error::WaitContextAdd)?; in run_control()
2835 .map_err(Error::WaitContextAdd)?; in run_control()
3024 .map_err(Error::WaitContextAdd)?; in run_control()
[all …]
/external/crosvm/devices/src/virtio/
Dwl.rs278 WaitContextAdd(Error), enumerator
305 WaitContextAdd(e) => write!(f, "failed to listen to descriptor on wait context: {}", e), in fmt()
935 .map_err(WlError::WaitContextAdd)?; in new_pipe()
1039 .map_err(WlError::WaitContextAdd)?; in new_context()
1278 .map_err(WlError::WaitContextAdd)?; in recv()