Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_audio_thread_monitor.c24 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()
Dcras_system_state.h353 void cras_system_state_add_snapshot(struct cras_audio_thread_snapshot *);
Dcras_system_state.c704 void cras_system_state_add_snapshot(struct cras_audio_thread_snapshot *snapshot) in cras_system_state_add_snapshot()
/external/adhd/cras/src/tests/
Daudio_thread_monitor_unittest.cc97 struct cras_audio_thread_snapshot* snapshot) { in cras_system_state_add_snapshot()
/external/adhd/cras/src/common/
Dcras_types.h518 struct __attribute__((__packed__)) cras_audio_thread_snapshot { struct
528 struct cras_audio_thread_snapshot argument
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1986 pub struct cras_audio_thread_snapshot { struct
1994 ::std::mem::size_of::<cras_audio_thread_snapshot>(), in bindgen_test_layout_cras_audio_thread_snapshot() argument
1996 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 …]
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c1178 const struct cras_audio_thread_snapshot *snapshot) in print_cras_audio_thread_snapshot()