Home
last modified time | relevance | path

Searched refs:mPipeSink (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DFastCapture.cpp35 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), in FastCapture()
118 mPipeSink = current->mPipeSink; in onStateChange()
124 if (eitherChanged && mInputSource != NULL && mPipeSink != NULL) { in onStateChange()
125 ALOG_ASSERT(Format_isEqual(mFormat, mPipeSink->format())); in onStateChange()
188 ALOG_ASSERT(mPipeSink != NULL); in onWork()
195 ssize_t framesWritten = mPipeSink->write(mReadBuffer, mReadBufferState); in onWork()
DFastCaptureState.h35 NBAIO_Sink* mPipeSink; // after reading from input source, write to this pipe sink member
DFastCaptureState.cpp22 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), mFrameCount(0) in FastCaptureState()
DFastCapture.h55 NBAIO_Sink* mPipeSink; variable
DThreads.h831 sp<NBAIO_Sink> mPipeSink; variable
1364 sp<NBAIO_Sink> mPipeSink; variable
DThreads.cpp2450 mPipeSink.clear(); in clearOutput()
2554 MonoPipe *pipe = (MonoPipe *)mPipeSink.get(); in threadLoop_write()
3521 mPipeSink = monoPipe; in MixerThread()
3597 mNormalSink = mPipeSink; in MixerThread()
3600 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()
3646 MonoPipe *pipe = (MonoPipe *)mPipeSink.get(); in correctLatency_l()
3692 mNormalSink = mPipeSink; in threadLoop_write()
5733 mPipeSink = pipe; in RecordThread()
5752 state->mPipeSink = pipe; in RecordThread()