Searched refs:submix_stream_in (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp161 struct submix_stream_in *input;
189 struct submix_stream_in { struct in namespace:android
293 // Get a pointer to submix_stream_in given an audio_stream_in that is embedded within the
295 static struct submix_stream_in * audio_stream_in_get_submix_stream_in(
299 return reinterpret_cast<struct submix_stream_in *>(reinterpret_cast<uint8_t *>(stream) -
300 offsetof(struct submix_stream_in, stream));
303 // Get a pointer to submix_stream_in given an audio_stream that is embedded within the structure.
304 static struct submix_stream_in * audio_stream_get_submix_stream_in(
362 struct submix_stream_in * const in,
487 const struct submix_stream_in * cons
[all...]

Completed in 37 milliseconds