Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/snd/common_backend/
Dasync_funcs.rs551 let next_async = recv.next().fuse(); in send_pcm_response_worker() localVariable
596 let next_async = async { in handle_pcm_queue() localVariable
687 let next_async = queue.next_async(mem, queue_event).fuse(); in handle_ctrl_queue() localVariable
/external/crosvm/devices/src/virtio/
Dqueue.rs708 pub async fn next_async( in next_async() method