Home | History | Annotate | Download | only in audio

Lines Matching defs:msghdr

147 	struct msghdr msgh;
1700 bt_audio_msg_header_t *msghdr = (void *) buf;
1722 type = bt_audio_strtype(msghdr->type);
1723 name = bt_audio_strname(msghdr->name);
1727 if (msghdr->length != len) {
1732 switch (msghdr->name) {
1735 (struct bt_get_capabilities_req *) msghdr);
1739 (struct bt_open_req *) msghdr);
1743 (struct bt_set_configuration_req *) msghdr);
1747 (struct bt_start_stream_req *) msghdr);
1751 (struct bt_stop_stream_req *) msghdr);
1755 (struct bt_close_req *) msghdr);
1759 (struct bt_control_req *) msghdr);
1763 (struct bt_delay_report_req *) msghdr);
1767 msghdr->name);