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()
116 mPipeSink = current->mPipeSink; in onStateChange()
122 if (eitherChanged && mInputSource != NULL && mPipeSink != NULL) { in onStateChange()
123 ALOG_ASSERT(Format_isEqual(mFormat, mPipeSink->format())); in onStateChange()
185 ALOG_ASSERT(mPipeSink != NULL); in onWork()
193 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.h819 sp<NBAIO_Sink> mPipeSink; variable
1341 sp<NBAIO_Sink> mPipeSink; variable
DThreads.cpp2330 mPipeSink.clear(); in clearOutput()
2432 MonoPipe *pipe = (MonoPipe *)mPipeSink.get(); in threadLoop_write()
3335 mPipeSink = monoPipe; in MixerThread()
3411 mNormalSink = mPipeSink; in MixerThread()
3414 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()
3460 MonoPipe *pipe = (MonoPipe *)mPipeSink.get(); in correctLatency_l()
3500 mNormalSink = mPipeSink; in threadLoop_write()
5524 mPipeSink = pipe; in RecordThread()
5543 state->mPipeSink = pipe; in RecordThread()