Home
last modified time | relevance | path

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

/external/crosvm/tests/
Dplugin_ioevent.c132 int ioeventfd = crosvm_io_event_fd(io); in main()
/external/crosvm/crosvm_plugin/
Dcrosvm.h414 int crosvm_io_event_fd(struct crosvm_io*);
/external/crosvm/crosvm_plugin/src/
Dlib.rs771 pub unsafe extern "C" fn crosvm_io_event_fd(this: *mut crosvm_io_event) -> c_int { in crosvm_io_event_fd() function