Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastCapture.cpp35 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), in FastCapture()
99 mInputSource = current->mInputSource; in onStateChange()
101 if (mInputSource == NULL) { in onStateChange()
105 mFormat = mInputSource->format(); in onStateChange()
124 if (eitherChanged && mInputSource != NULL && mPipeSink != NULL) { in onStateChange()
167 ALOG_ASSERT(mInputSource != NULL); in onWork()
171 ssize_t framesRead = mInputSource->read(mReadBuffer, frameCount); in onWork()
DFastCaptureState.h32 NBAIO_Source* mInputSource; // HAL input device, must already be negotiated member
DFastCaptureState.cpp22 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), mFrameCount(0) in FastCaptureState()
DFastCapture.h53 NBAIO_Source* mInputSource; variable
DThreads.cpp6262 mInputSource = new AudioStreamInSource(input->stream); in RecordThread()
6270 mInputSource->negotiate(offers, 1, NULL, numCounterOffers); in RecordThread()
6295 NBAIO_Format format = mInputSource->format(); in RecordThread()
6335 state->mInputSource = mInputSource.get(); in RecordThread()
DThreads.h1532 sp<NBAIO_Source> mInputSource; variable