Home
last modified time | relevance | path

Searched refs:mInputSource (Results 1 – 7 of 7) 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.cpp5982 mInputSource = new AudioStreamInSource(input->stream); in RecordThread()
5990 mInputSource->negotiate(offers, 1, NULL, numCounterOffers); in RecordThread()
6015 NBAIO_Format format = mInputSource->format(); in RecordThread()
6055 state->mInputSource = mInputSource.get(); in RecordThread()
DThreads.h1445 sp<NBAIO_Source> mInputSource; variable
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DXMLParser.java22 private final InputSource mInputSource; field in XMLParser
29 mInputSource = new InputSource(new BufferedReader( in XMLParser()
34 mParser.parse(mInputSource, this); in getRoot()