Searched refs:mDefaultOutputDevice (Results 1 – 2 of 2) sorted by relevance
274 return mDefaultOutputDevice; in getDefaultOutputDevice()543 sp<DeviceDescriptor> mDefaultOutputDevice; // output device selected by default at boot time variable
3475 mDefaultOutputDevice, speakerDrcEnabled, in AudioPolicyManager()3481 mDefaultOutputDevice, speakerDrcEnabled); in AudioPolicyManager()3538 if ((profileType & mDefaultOutputDevice->type()) != AUDIO_DEVICE_NONE) { in AudioPolicyManager()3539 profileType = mDefaultOutputDevice->type(); in AudioPolicyManager()3686 if (mDefaultOutputDevice == 0 || mAvailableOutputDevices.indexOf(mDefaultOutputDevice) < 0) { in AudioPolicyManager()3687 ALOGE("Default device %08x is unreachable", mDefaultOutputDevice->type()); in AudioPolicyManager()