Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp511 mPrevOutDevice(AUDIO_DEVICE_NONE), mPrevInDevice(AUDIO_DEVICE_NONE), in ThreadBase()
3498 bool configChanged = mPrevOutDevice != type; in createAudioPatch_l()
3526 mPrevOutDevice = type; in createAudioPatch_l()
7974 if (isOutput() && mPrevOutDevice != mOutDevice) { in createAudioPatch_l()
7975 mPrevOutDevice = type; in createAudioPatch_l()
DThreads.h473 audio_devices_t mPrevOutDevice; // previous output device variable