Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp510 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
845 dprintf(fd, " Output device: %#x (%s)\n", mOutDevice, devicesToString(mOutDevice).c_str()); in dumpBase()
1339 effect->setDevice(mOutDevice); in createEffect_l()
1454 effect->setDevice(mOutDevice); in addEffect_l()
2617 if (mOutDevice == AUDIO_DEVICE_OUT_REMOTE_SUBMIX) { in checkSilentMode_l()
2755 if ((mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != 0) { in cacheParameters_l()
3472 if (mOutDevice != type) { in createAudioPatch_l()
3499 mOutDevice = type; in createAudioPatch_l()
3550 mOutDevice = AUDIO_DEVICE_NONE; in releaseAudioPatch_l()
3637 && (mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) == 0; in MixerThread()
[all …]
DThreads.h290 audio_devices_t outDevice() const { return mOutDevice; } in outDevice()
292 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } in getDevice()
471 audio_devices_t mOutDevice; // output device variable