Searched refs:mPrevOutDevice (Results 1 – 2 of 2) sorted by relevance
472 mPrevOutDevice(AUDIO_DEVICE_NONE), mPrevInDevice(AUDIO_DEVICE_NONE), in ThreadBase()4015 bool configChanged = (mPrevOutDevice != type) || (mDeviceId != sinkPortId); in createAudioPatch_l()4043 mPrevOutDevice = type; in createAudioPatch_l()8965 if (isOutput() && (mPrevOutDevice != mOutDevice || mDeviceId != deviceId)) { in createAudioPatch_l()8966 mPrevOutDevice = type; in createAudioPatch_l()
518 audio_devices_t mPrevOutDevice; // previous output device variable