Home | History | Annotate | Download | only in audio

Lines Matching defs:msghdr

126 	struct msghdr msgh;
1680 bt_audio_msg_header_t *msghdr = (void *) buf;
1702 type = bt_audio_strtype(msghdr->type);
1703 name = bt_audio_strname(msghdr->name);
1707 if (msghdr->length != len) {
1712 switch (msghdr->name) {
1715 (struct bt_get_capabilities_req *) msghdr);
1719 (struct bt_open_req *) msghdr);
1723 (struct bt_set_configuration_req *) msghdr);
1727 (struct bt_start_stream_req *) msghdr);
1731 (struct bt_stop_stream_req *) msghdr);
1735 (struct bt_close_req *) msghdr);
1739 (struct bt_control_req *) msghdr);
1743 (struct bt_delay_report_req *) msghdr);
1747 msghdr->name);