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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h273 return mDefaultOutputDevice;
538 sp<DeviceDescriptor> mDefaultOutputDevice; // output device selected by default at boot time member in class:android::AudioPolicyManager
H A DAudioPolicyManager.cpp3208 mDefaultOutputDevice, speakerDrcEnabled,
3215 mDefaultOutputDevice, speakerDrcEnabled);
3272 if ((profileType & mDefaultOutputDevice->type()) != AUDIO_DEVICE_NONE) {
3273 profileType = mDefaultOutputDevice->type();
3420 if (mDefaultOutputDevice == 0 || mAvailableOutputDevices.indexOf(mDefaultOutputDevice) < 0) {
3421 ALOGE("Default device %08x is unreachable", mDefaultOutputDevice->type());

Completed in 67 milliseconds