Searched refs:cras_audio_thread_snapshot (Results 1 – 7 of 7) sorted by relevance
24 struct cras_audio_thread_snapshot *snapshot; in take_snapshot()26 snapshot = (struct cras_audio_thread_snapshot *)calloc( in take_snapshot()27 1, sizeof(struct cras_audio_thread_snapshot)); in take_snapshot()
353 void cras_system_state_add_snapshot(struct cras_audio_thread_snapshot *);
704 void cras_system_state_add_snapshot(struct cras_audio_thread_snapshot *snapshot) in cras_system_state_add_snapshot()
97 struct cras_audio_thread_snapshot* snapshot) { in cras_system_state_add_snapshot()
518 struct __attribute__((__packed__)) cras_audio_thread_snapshot { struct528 struct cras_audio_thread_snapshot argument
1986 pub struct cras_audio_thread_snapshot { struct1994 ::std::mem::size_of::<cras_audio_thread_snapshot>(), in bindgen_test_layout_cras_audio_thread_snapshot() argument1996 concat!("Size of: ", stringify!(cras_audio_thread_snapshot)) in bindgen_test_layout_cras_audio_thread_snapshot()1999 ::std::mem::align_of::<cras_audio_thread_snapshot>(), in bindgen_test_layout_cras_audio_thread_snapshot()2001 concat!("Alignment of ", stringify!(cras_audio_thread_snapshot)) in bindgen_test_layout_cras_audio_thread_snapshot()2005 &(*(::std::ptr::null::<cras_audio_thread_snapshot>())).timestamp as *const _ as usize in bindgen_test_layout_cras_audio_thread_snapshot()2010 stringify!(cras_audio_thread_snapshot), in bindgen_test_layout_cras_audio_thread_snapshot()2017 &(*(::std::ptr::null::<cras_audio_thread_snapshot>())).event_type as *const _ as usize in bindgen_test_layout_cras_audio_thread_snapshot()2022 stringify!(cras_audio_thread_snapshot), in bindgen_test_layout_cras_audio_thread_snapshot()2029 &(*(::std::ptr::null::<cras_audio_thread_snapshot>())).audio_debug_info as *const _ in bindgen_test_layout_cras_audio_thread_snapshot()[all …]
1178 const struct cras_audio_thread_snapshot *snapshot) in print_cras_audio_thread_snapshot()