Home
last modified time | relevance | path

Searched refs:sof_abi_hdr (Results 1 – 4 of 4) sorted by relevance

/external/adhd/sof_sys/src/
Dbindings.rs58 pub struct sof_abi_hdr { struct
75 ::std::mem::size_of::<sof_abi_hdr>(), in bindgen_test_layout_sof_abi_hdr() argument
77 concat!("Size of: ", stringify!(sof_abi_hdr)) in bindgen_test_layout_sof_abi_hdr()
80 ::std::mem::align_of::<sof_abi_hdr>(), in bindgen_test_layout_sof_abi_hdr()
82 concat!("Alignment of ", stringify!(sof_abi_hdr)) in bindgen_test_layout_sof_abi_hdr()
85 unsafe { &(*(::std::ptr::null::<sof_abi_hdr>())).magic as *const _ as usize }, in bindgen_test_layout_sof_abi_hdr()
89 stringify!(sof_abi_hdr), in bindgen_test_layout_sof_abi_hdr()
95 unsafe { &(*(::std::ptr::null::<sof_abi_hdr>())).type_ as *const _ as usize }, in bindgen_test_layout_sof_abi_hdr()
99 stringify!(sof_abi_hdr), in bindgen_test_layout_sof_abi_hdr()
105 unsafe { &(*(::std::ptr::null::<sof_abi_hdr>())).size as *const _ as usize }, in bindgen_test_layout_sof_abi_hdr()
[all …]
Dlib.rs12 pub use bindings::sof_abi_hdr;
/external/kernel-headers/original/uapi/sound/sof/
Dheader.h20 struct sof_abi_hdr { struct
/external/adhd/sound_card_init/amp/src/max98373d/
Ddsm_param.rs7 use sof_sys::sof_abi_hdr;
59 const SOF_HEADER_SIZE: usize = mem::size_of::<sof_abi_hdr>() / mem::size_of::<i32>();