Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp176 struct submix_stream_in { struct
177 struct audio_stream_in stream;
178 struct submix_audio_device *dev;
179 int route_handle;
180 bool input_standby;
181 bool output_standby_rec_thr; // output standby state as seen from record thread
183 struct timespec record_start_time;
185 uint64_t read_counter_frames;
186 uint64_t read_counter_frames_since_standby;
190 volatile int32_t ref_count;
[all …]