Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs676 struct IoBufferQueue { struct
684 impl IoBufferQueue { implementation
685 fn new(socket: UnixSeqpacket, mut file: File) -> Result<IoBufferQueue> { in new()