Searched defs:submix_stream_in (Results 1 – 1 of 1) sorted by relevance
189 struct submix_stream_in { struct190 struct audio_stream_in stream;191 struct submix_audio_device *dev;192 int route_handle;193 bool input_standby;196 struct timespec record_start_time;198 uint64_t read_counter_frames;199 uint64_t read_counter_frames_since_standby;203 volatile int32_t ref_count;206 int log_fd;[all …]