Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp471 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
843 dprintf(fd, " Output device: %#x (%s)\n", mOutDevice, toString(mOutDevice).c_str()); in dumpBase_l()
1354 effect->setDevice(mOutDevice); in createEffect_l()
1471 effect->setDevice(mOutDevice); in addEffect_l()
1705 item->setCString(MM_PREFIX "outDevice", toString(mOutDevice).c_str()); in sendStatistics()
2894 if (mOutDevice == AUDIO_DEVICE_OUT_REMOTE_SUBMIX) { in checkSilentMode_l()
3036 if ((mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != 0) { in cacheParameters_l()
3989 if (mOutDevice != type) { in createAudioPatch_l()
4016 mOutDevice = type; in createAudioPatch_l()
4068 mOutDevice = AUDIO_DEVICE_NONE; in releaseAudioPatch_l()
[all …]
DThreads.h291 audio_devices_t outDevice() const { return mOutDevice; } in outDevice()
293 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } in getDevice()
516 audio_devices_t mOutDevice; // output device variable
889 mOutDevice & mTimestampCorrectedDevices; in isTimestampCorrectionEnabled()