Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:mDefaultOutputDevice

3475                              mDefaultOutputDevice, speakerDrcEnabled,
3481 mDefaultOutputDevice, speakerDrcEnabled);
3538 if ((profileType & mDefaultOutputDevice->type()) != AUDIO_DEVICE_NONE) {
3539 profileType = mDefaultOutputDevice->type();
3686 if (mDefaultOutputDevice == 0 || mAvailableOutputDevices.indexOf(mDefaultOutputDevice) < 0) {
3687 ALOGE("Default device %08x is unreachable", mDefaultOutputDevice->type());