Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mOutDevice

510         mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
845 dprintf(fd, " Output device: %#x (%s)\n", mOutDevice, devicesToString(mOutDevice).c_str());
1339 effect->setDevice(mOutDevice);
1454 effect->setDevice(mOutDevice);
2617 if (mOutDevice == AUDIO_DEVICE_OUT_REMOTE_SUBMIX) {
2755 if ((mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != 0) {
3472 if (mOutDevice != type) {
3499 mOutDevice = type;
3550 mOutDevice = AUDIO_DEVICE_NONE;
3637 && (mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) == 0;
4678 if (mOutDevice != value) {
4702 (mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != (value & AUDIO_DEVICE_OUT_ALL_A2DP);
4703 mOutDevice = value;
4705 mEffectChains[i]->setDevice_l(mOutDevice);
5210 (mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != (value & AUDIO_DEVICE_OUT_ALL_A2DP);
5211 mOutDevice = value;
5213 mEffectChains[i]->setDevice_l(mOutDevice);
7140 mOutDevice = value;
7864 mOutDevice = value;
7866 mEffectChains[i]->setDevice_l(mOutDevice);
7935 mOutDevice = type;
7974 if (isOutput() && mPrevOutDevice != mOutDevice) {