Searched refs:mInputSource (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastCaptureState.cpp22 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), mFrameCount(0)
H A DFastCaptureState.h32 NBAIO_Source* mInputSource; // HAL input device, must already be negotiated member in struct:android::FastCaptureState
34 int mInputSourceGen; // increment when mInputSource is assigned
H A DFastCapture.cpp35 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0),
99 mInputSource = current->mInputSource;
101 if (mInputSource == NULL) {
105 mFormat = mInputSource->format();
124 if (eitherChanged && mInputSource != NULL && mPipeSink != NULL) {
167 ALOG_ASSERT(mInputSource != NULL);
171 ssize_t framesRead = mInputSource->read(mReadBuffer, frameCount);
H A DFastCapture.h53 NBAIO_Source* mInputSource; member in class:android::FastCapture
H A DThreads.h1359 sp<NBAIO_Source> mInputSource;
1360 // The source for the normal capture thread to read from: mInputSource or mPipeSource
H A DThreads.cpp5672 // mInputSource
5686 mInputSource = new AudioStreamInSource(input->stream);
5694 mInputSource->negotiate(offers, 1, NULL, numCounterOffers);
5714 NBAIO_Format format = mInputSource->format();
5750 state->mInputSource = mInputSource.get();
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DXMLParser.java22 private final InputSource mInputSource; field in class:XMLParser
29 mInputSource = new InputSource(new BufferedReader(
34 mParser.parse(mInputSource, this);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSession.h48 audio_source_t inputSource()const { return mInputSource; }
68 const audio_source_t mInputSource; member in class:android::AudioSession
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSession.cpp39 mSession(session), mInputSource(inputSource),
92 mClientInterface->onRecordingConfigurationUpdate(event, mSession, mInputSource,
102 other->inputSource() == mInputSource &&
128 mSession, mInputSource,
145 snprintf(buffer, SIZE, "%*s- input source: %d\n", spaces, "", mInputSource);

Completed in 783 milliseconds