Home | History | Annotate | Download | only in include

Lines Matching refs:AudioSink

63 // when the channel mask isn't known, use the channel count to derive a mask in AudioSink::open()
80 // AudioSink: abstraction layer for audio output
81 class AudioSink : public RefBase {
93 AudioSink *audioSink, void *buffer, size_t size, void *cookie,
96 virtual ~AudioSink() {}
132 * When |blocking| is false, AudioSink will immediately return after
134 * When |blocking| is true, AudioSink will wait to copy the entire
320 virtual void setAudioSink(const sp<AudioSink>& audioSink) { mAudioSink = audioSink; }
322 sp<AudioSink> mAudioSink;