Home
last modified time | relevance | path

Searched defs:queue_buf_recv (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs37 queue_buf_recv: Box<[u8]>, field
67 let queue_buf_recv = FromZeros::new_box_zeroed_with_elems(PAGE_SIZE).unwrap(); in new() localVariable
Dsound.rs53 queue_buf_recv: Box<[u8]>, field
108 let queue_buf_recv = FromZeros::new_box_zeroed_with_elems(PAGE_SIZE).unwrap(); in new() localVariable
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dgpu.rs37 queue_buf_recv: Box<[u8]>, field
67 let queue_buf_recv = FromZeros::new_box_zeroed_with_elems(PAGE_SIZE).unwrap(); in new() localVariable
Dsound.rs53 queue_buf_recv: Box<[u8]>, field
108 let queue_buf_recv = FromZeros::new_box_zeroed_with_elems(PAGE_SIZE).unwrap(); in new() localVariable