Searched refs:audio_stream_t (Results 1 – 3 of 3) sorted by relevance
56 Stream(bool isInput, audio_stream_t* stream);126 audio_stream_t* mStream;
198 typedef struct audio_stream audio_stream_t; typedef
47 Stream::Stream(bool isInput, audio_stream_t* stream) : mIsInput(isInput), mStream(stream) { in Stream()