Home
last modified time | relevance | path

Searched defs:audio_stream_debug_info (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/common/
Dcras_types.h430 struct __attribute__((__packed__)) audio_stream_debug_info { struct
431 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
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1315 pub struct audio_stream_debug_info { struct
1339 fn bindgen_test_layout_audio_stream_debug_info() { in bindgen_test_layout_audio_stream_debug_info() argument
1341 ::std::mem::size_of::<audio_stream_debug_info>(), in bindgen_test_layout_audio_stream_debug_info() argument
Dlib.rs33 unsafe impl data_model::DataInit for gen::audio_stream_debug_info {} implementation
444 impl Default for audio_stream_debug_info { implementation