Searched refs:mDefaultOutputDevice (Results 1 – 2 of 2) sorted by relevance
273 return mDefaultOutputDevice; in getDefaultOutputDevice()538 sp<DeviceDescriptor> mDefaultOutputDevice; // output device selected by default at boot time variable
3157 mDefaultOutputDevice, speakerDrcEnabled, in AudioPolicyManager()3164 mDefaultOutputDevice, speakerDrcEnabled); in AudioPolicyManager()3220 if ((profileType & mDefaultOutputDevice->type()) != AUDIO_DEVICE_NONE) { in AudioPolicyManager()3221 profileType = mDefaultOutputDevice->type(); in AudioPolicyManager()3368 if (mDefaultOutputDevice == 0 || mAvailableOutputDevices.indexOf(mDefaultOutputDevice) < 0) { in AudioPolicyManager()3369 ALOGE("Default device %08x is unreachable", mDefaultOutputDevice->type()); in AudioPolicyManager()