Home
last modified time | relevance | path

Searched refs:mInputSource (Results 1 – 9 of 9) 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.h1359 sp<NBAIO_Source> mInputSource; variable
DThreads.cpp5686 mInputSource = new AudioStreamInSource(input->stream); in RecordThread()
5694 mInputSource->negotiate(offers, 1, NULL, numCounterOffers); in RecordThread()
5714 NBAIO_Format format = mInputSource->format(); in RecordThread()
5750 state->mInputSource = mInputSource.get(); in RecordThread()
/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()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioSession.cpp39 mSession(session), mInputSource(inputSource), in AudioSession()
92 mClientInterface->onRecordingConfigurationUpdate(event, mSession, mInputSource, in changeActiveCount()
102 other->inputSource() == mInputSource && in matches()
128 mSession, mInputSource, in onSessionInfoUpdate()
145 snprintf(buffer, SIZE, "%*s- input source: %d\n", spaces, "", mInputSource); in dump()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSession.h48 audio_source_t inputSource()const { return mInputSource; } in inputSource()
68 const audio_source_t mInputSource; variable