Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp472 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()
DThreads.h518 audio_devices_t mPrevOutDevice; // previous output device variable