Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_control_rclient.c522 const struct cras_register_notification *m = in ccr_handle_message_from_client()
523 (struct cras_register_notification *)msg; in ccr_handle_message_from_client()
524 if (!MSG_LEN_VALID(msg, struct cras_register_notification)) in ccr_handle_message_from_client()
/external/adhd/cras/client/cras-sys/src/
Dgen.rs3983 pub struct cras_register_notification { struct
3991 ::std::mem::size_of::<cras_register_notification>(), in bindgen_test_layout_cras_register_notification() argument
3993 concat!("Size of: ", stringify!(cras_register_notification)) in bindgen_test_layout_cras_register_notification()
3996 ::std::mem::align_of::<cras_register_notification>(), in bindgen_test_layout_cras_register_notification()
3998 concat!("Alignment of ", stringify!(cras_register_notification)) in bindgen_test_layout_cras_register_notification()
4002 &(*(::std::ptr::null::<cras_register_notification>())).header as *const _ as usize in bindgen_test_layout_cras_register_notification()
4007 stringify!(cras_register_notification), in bindgen_test_layout_cras_register_notification()
4014 &(*(::std::ptr::null::<cras_register_notification>())).msg_id as *const _ as usize in bindgen_test_layout_cras_register_notification()
4019 stringify!(cras_register_notification), in bindgen_test_layout_cras_register_notification()
4026 &(*(::std::ptr::null::<cras_register_notification>())).do_register as *const _ as usize in bindgen_test_layout_cras_register_notification()
[all …]
/external/adhd/cras/src/common/
Dcras_messages.h506 struct __attribute__((__packed__)) cras_register_notification { struct
512 cras_fill_register_notification_message(struct cras_register_notification *m, in cras_fill_register_notification_message() argument
/external/adhd/cras/src/tests/
Dcontrol_rclient_unittest.cc442 struct cras_register_notification msg; in RegisterNotification()
/external/adhd/cras/src/libcras/
Dcras_client.c3652 struct cras_register_notification msg; in cras_send_register_notification()