Home
last modified time | relevance | path

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

/external/crosvm/rutabaga_gfx/src/
Drutabaga_2d.rs109 src_subslice.copy_to_volatile_slice(dst_subslice); in transfer_2d()
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs605 src_slice.copy_to_volatile_slice(dst_slice); in push_buffer()
624 src_slice.copy_to_volatile_slice(dst_slice); in pop_buffer()
/external/crosvm/data_model/src/
Dvolatile_memory.rs265 pub fn copy_to_volatile_slice(&self, slice: VolatileSlice) { in copy_to_volatile_slice() method