Searched refs:mInputSource (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | FastCapture.cpp | 35 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()
|
D | FastCaptureState.h | 32 NBAIO_Source* mInputSource; // HAL input device, must already be negotiated member
|
D | FastCaptureState.cpp | 22 mInputSource(NULL), mInputSourceGen(0), mPipeSink(NULL), mPipeSinkGen(0), mFrameCount(0) in FastCaptureState()
|
D | FastCapture.h | 53 NBAIO_Source* mInputSource; variable
|
D | Threads.h | 1359 sp<NBAIO_Source> mInputSource; variable
|
D | Threads.cpp | 5686 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/ |
D | XMLParser.java | 22 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/ |
D | AudioSession.cpp | 39 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/ |
D | AudioSession.h | 48 audio_source_t inputSource()const { return mInputSource; } in inputSource() 68 const audio_source_t mInputSource; variable
|