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

/frameworks/av/services/audioflinger/
H A DThreads.cpp509 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
844 dprintf(fd, " Output device: %#x (%s)\n", mOutDevice, devicesToString(mOutDevice).c_str());
1336 effect->setDevice(mOutDevice);
1451 effect->setDevice(mOutDevice);
2803 if (mOutDevice == AUDIO_DEVICE_OUT_REMOTE_SUBMIX) {
2942 if ((mOutDevice & AUDIO_DEVICE_OUT_ALL_A2DP) != 0) {
3672 if (mOutDevice != type) {
3699 mOutDevice = type;
3750 mOutDevice
[all...]
H A DThreads.h287 // see note at declaration of mStandby, mOutDevice and mInDevice
289 audio_devices_t outDevice() const { return mOutDevice; }
291 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; }
471 audio_devices_t mOutDevice; // output device member in class:ThreadBase

Completed in 21 milliseconds