Home
last modified time | relevance | path

Searched refs:mInDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp506 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
842 dprintf(fd, " Input device: %#x (%s)\n", mInDevice, devicesToString(mInDevice).c_str()); in dumpBase()
1330 effect->setDevice(mInDevice); in createEffect_l()
1445 effect->setDevice(mInDevice); in addEffect_l()
7123 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && in checkBtNrec_l()
7201 mInDevice = value; in checkForNewParameter_l()
7433 mInDevice = patch->sources[0].ext.device.type; in createAudioPatch_l()
7436 mEffectChains[i]->setDevice_l(mInDevice); in createAudioPatch_l()
7475 if (mInDevice != mPrevInDevice) { in createAudioPatch_l()
7477 mPrevInDevice = mInDevice; in createAudioPatch_l()
[all …]
DThreads.h290 audio_devices_t inDevice() const { return mInDevice; } in inDevice()
291 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } in getDevice()
469 audio_devices_t mInDevice; // input device variable