Home
last modified time | relevance | path

Searched refs:cras_config_global_remix (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Dcras_control_rclient.c474 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()
/external/adhd/cras/client/cras-sys/src/
Dgen.rs3721 pub struct cras_config_global_remix { struct
3729 ::std::mem::size_of::<cras_config_global_remix>(), in bindgen_test_layout_cras_config_global_remix() argument
3731 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 …]
/external/adhd/cras/src/common/
Dcras_messages.h415 struct __attribute__((__packed__)) cras_config_global_remix { struct
422 cras_fill_config_global_remix_command(struct cras_config_global_remix *m, in cras_fill_config_global_remix_command() argument
/external/adhd/cras/src/tests/
Dcontrol_rclient_unittest.cc423 struct cras_config_global_remix msg; in TEST_F()
/external/adhd/cras/src/libcras/
Dcras_client.c3481 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()