Searched defs:audio_stream_debug_info (Results 1 – 3 of 3) sorted by relevance
430 struct __attribute__((__packed__)) audio_stream_debug_info { struct431 uint64_t stream_id;432 uint32_t dev_idx;433 uint32_t direction;434 uint32_t stream_type;435 uint32_t client_type;459 struct audio_stream_debug_info streams[MAX_DEBUG_STREAMS]; argument
1315 pub struct audio_stream_debug_info { struct1339 fn bindgen_test_layout_audio_stream_debug_info() { in bindgen_test_layout_audio_stream_debug_info() argument1341 ::std::mem::size_of::<audio_stream_debug_info>(), in bindgen_test_layout_audio_stream_debug_info() argument
33 unsafe impl data_model::DataInit for gen::audio_stream_debug_info {} implementation444 impl Default for audio_stream_debug_info { implementation