Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dasync_funcs.rs564 let next_async = recv.next().fuse(); in send_pcm_response_worker() localVariable
602 let next_async = async { in handle_pcm_queue() localVariable
691 let next_async = queue.next_async(queue_event).fuse(); in handle_ctrl_queue() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dqueue.rs397 pub async fn next_async( in next_async() method