Searched refs:virtio_snd_pcm_hdr (Results 1 – 2 of 2) sorted by relevance
212 if (recv_size < sizeof(virtio_snd_pcm_hdr)) { in ReceiveCommands()216 auto pcm_op_msg = reinterpret_cast<const virtio_snd_pcm_hdr*>(cmd_hdr); in ReceiveCommands()223 if (recv_size < sizeof(virtio_snd_pcm_hdr)) { in ReceiveCommands()227 auto pcm_op_msg = reinterpret_cast<const virtio_snd_pcm_hdr*>(cmd_hdr); in ReceiveCommands()234 if (recv_size < sizeof(virtio_snd_pcm_hdr)) { in ReceiveCommands()238 auto pcm_op_msg = reinterpret_cast<const virtio_snd_pcm_hdr*>(cmd_hdr); in ReceiveCommands()245 if (recv_size < sizeof(virtio_snd_pcm_hdr)) { in ReceiveCommands()249 auto pcm_op_msg = reinterpret_cast<const virtio_snd_pcm_hdr*>(cmd_hdr); in ReceiveCommands()
198 struct virtio_snd_pcm_hdr { struct204 struct virtio_snd_pcm_hdr hdr; argument253 ASSERT_VALID_MSG_TYPE(virtio_snd_pcm_hdr, 8);