Home
last modified time | relevance | path

Searched refs:cras_set_system_volume (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/server/
Dcras_control_rclient.c320 if (!MSG_LEN_VALID(msg, struct cras_set_system_volume)) in ccr_handle_message_from_client()
323 ((const struct cras_set_system_volume *)msg)->volume); in ccr_handle_message_from_client()
/external/adhd/cras/client/libcras/src/
Dlibcras.rs281 length: mem::size_of::<cras_set_system_volume>() as u32, in set_system_volume()
284 let msg = cras_set_system_volume { header, volume }; in set_system_volume()
/external/adhd/cras/client/cras-sys/src/
Dgen.rs3125 pub struct cras_set_system_volume { struct
3132 ::std::mem::size_of::<cras_set_system_volume>(), in bindgen_test_layout_cras_set_system_volume() argument
3134 concat!("Size of: ", stringify!(cras_set_system_volume)) in bindgen_test_layout_cras_set_system_volume()
3137 ::std::mem::align_of::<cras_set_system_volume>(), in bindgen_test_layout_cras_set_system_volume()
3139 concat!("Alignment of ", stringify!(cras_set_system_volume)) in bindgen_test_layout_cras_set_system_volume()
3142 unsafe { &(*(::std::ptr::null::<cras_set_system_volume>())).header as *const _ as usize }, in bindgen_test_layout_cras_set_system_volume()
3146 stringify!(cras_set_system_volume), in bindgen_test_layout_cras_set_system_volume()
3152 unsafe { &(*(::std::ptr::null::<cras_set_system_volume>())).volume as *const _ as usize }, in bindgen_test_layout_cras_set_system_volume()
3156 stringify!(cras_set_system_volume), in bindgen_test_layout_cras_set_system_volume()
Dlib.rs43 unsafe impl data_model::DataInit for gen::cras_set_system_volume {} implementation
/external/adhd/cras/src/common/
Dcras_messages.h170 struct __attribute__((__packed__)) cras_set_system_volume { struct
174 static inline void cras_fill_set_system_volume(struct cras_set_system_volume *m, in cras_fill_set_system_volume() argument
/external/adhd/cras/src/tests/
Dcontrol_rclient_unittest.cc338 struct cras_set_system_volume msg; in TEST_F()
/external/adhd/cras/src/libcras/
Dcras_client.c2560 struct cras_set_system_volume msg; in cras_client_set_system_volume()