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

/frameworks/av/services/audioflinger/
H A DThreads.h440 audio_devices_t mPrevOutDevice; // previous output device member in class:ThreadBase
H A DThreads.cpp540 mPrevOutDevice(AUDIO_DEVICE_NONE), mPrevInDevice(AUDIO_DEVICE_NONE),
3147 // mPrevOutDevice is the latest device set by createAudioPatch_l(). It is not set when
3149 bool configChanged = mPrevOutDevice != type;
3179 mPrevOutDevice = type;

Completed in 22 milliseconds