Searched refs:mInputSource (Results 1 - 7 of 7) 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.cpp99 inputSource = current->mInputSource;
H A DThreads.h1186 sp<NBAIO_Source> mInputSource;
1187 // The source for the normal capture thread to read from: mInputSource or mPipeSource
H A DThreads.cpp4947 // mInputSource
4961 mInputSource = new AudioStreamInSource(input->stream);
4964 ssize_t index = mInputSource->negotiate(offers, 1, NULL, numCounterOffers);
4997 NBAIO_Format format = mInputSource->format();
5033 state->mInputSource = mInputSource.get();
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h536 audio_source_t mInputSource; // input source selected by application member in class:android::AudioPolicyManager::AudioInputDescriptor
H A DAudioPolicyManager.cpp1600 inputDesc->mInputSource = inputSource;
1645 if (activeDesc->mInputSource == AUDIO_SOURCE_HOTWORD) {
1680 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);
2099 if (inputDescriptor->mInputSource == (int)source) {
2105 (inputDescriptor->mInputSource == AUDIO_SOURCE_HOTWORD)) {
3190 inputDesc->mInputSource = AUDIO_SOURCE_MIC;
4313 audio_devices_t device = getDeviceAndMixForInputSource(inputDesc->mInputSource);
6114 mInputSource(AUDIO_SOURCE_DEFAULT), mProfile(profile), mIsSoundTrigger(false)
6145 dstConfig->ext.mix.usecase.source = mInputSource;

Completed in 670 milliseconds