Lines Matching refs:mInDevice
506 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()
7487 mInDevice = AUDIO_DEVICE_NONE; in releaseAudioPatch_l()
7904 mInDevice = device; in checkForNewParameter_l()
7984 mInDevice = type; in createAudioPatch_l()
8030 if (!isOutput() && mPrevInDevice != mInDevice) { in createAudioPatch_l()
8046 mInDevice = AUDIO_DEVICE_NONE; in releaseAudioPatch_l()