Searched refs:cras_config_global_remix (Results 1 – 5 of 5) sorted by relevance
474 const struct cras_config_global_remix *m = in ccr_handle_message_from_client()475 (const struct cras_config_global_remix *)msg; in ccr_handle_message_from_client()478 if (!MSG_LEN_VALID(msg, struct cras_config_global_remix) || in ccr_handle_message_from_client()
3721 pub struct cras_config_global_remix { struct3729 ::std::mem::size_of::<cras_config_global_remix>(), in bindgen_test_layout_cras_config_global_remix() argument3731 concat!("Size of: ", stringify!(cras_config_global_remix)) in bindgen_test_layout_cras_config_global_remix()3734 ::std::mem::align_of::<cras_config_global_remix>(), in bindgen_test_layout_cras_config_global_remix()3736 concat!("Alignment of ", stringify!(cras_config_global_remix)) in bindgen_test_layout_cras_config_global_remix()3739 unsafe { &(*(::std::ptr::null::<cras_config_global_remix>())).header as *const _ as usize }, in bindgen_test_layout_cras_config_global_remix()3743 stringify!(cras_config_global_remix), in bindgen_test_layout_cras_config_global_remix()3750 &(*(::std::ptr::null::<cras_config_global_remix>())).num_channels as *const _ as usize in bindgen_test_layout_cras_config_global_remix()3755 stringify!(cras_config_global_remix), in bindgen_test_layout_cras_config_global_remix()3762 &(*(::std::ptr::null::<cras_config_global_remix>())).coefficient as *const _ as usize in bindgen_test_layout_cras_config_global_remix()[all …]
415 struct __attribute__((__packed__)) cras_config_global_remix { struct422 cras_fill_config_global_remix_command(struct cras_config_global_remix *m, in cras_fill_config_global_remix_command() argument
423 struct cras_config_global_remix msg; in TEST_F()
3481 struct cras_config_global_remix *msg; in cras_client_config_global_remix()3485 msg = (struct cras_config_global_remix *)malloc( in cras_client_config_global_remix()