Home
last modified time | relevance | path

Searched refs:virtio_snd_pcm_hdr (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp212 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()
Dshm_layout.h198 struct virtio_snd_pcm_hdr { struct
204 struct virtio_snd_pcm_hdr hdr; argument
253 ASSERT_VALID_MSG_TYPE(virtio_snd_pcm_hdr, 8);