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

/frameworks/av/services/audioflinger/
H A DThreads.h145 // see note at declaration of mStandby, mOutDevice and mInDevice
147 audio_devices_t outDevice() const { return mOutDevice; }
312 audio_devices_t mOutDevice; // output device member in class:ThreadBase
H A DThreads.cpp276 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
825 effect->setDevice(mOutDevice);
910 effect->setDevice(mOutDevice);
3384 if (mOutDevice != value) {
3407 mOutDevice = value;
3409 mEffectChains[i]->setDevice_l(mOutDevice);
5105 mOutDevice = value;

Completed in 973 milliseconds