Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h292 audio_devices_t inDevice() const { return mInDevice; } in inDevice()
293 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } in getDevice()
517 audio_devices_t mInDevice; // input device variable
1631 mInDevice & mTimestampCorrectedDevices); in isTimestampCorrectionEnabled()
DThreads.cpp471 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
844 dprintf(fd, " Input device: %#x (%s)\n", mInDevice, toString(mInDevice).c_str()); in dumpBase_l()
1355 effect->setDevice(mInDevice); in createEffect_l()
1472 effect->setDevice(mInDevice); in addEffect_l()
1706 item->setCString(MM_PREFIX "inDevice", toString(mInDevice).c_str()); in sendStatistics()
8032 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && in checkBtNrec_l()
8110 mInDevice = value; in checkForNewParameter_l()
8326 mInDevice = patch->sources[0].ext.device.type; in createAudioPatch_l()
8330 mEffectChains[i]->setDevice_l(mInDevice); in createAudioPatch_l()
8369 if ((mInDevice != mPrevInDevice) || (mDeviceId != deviceId)) { in createAudioPatch_l()
[all …]