Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp435 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); in updateCallRouting() local
436 if (activeDesc->getModuleHandle() == txSourceDeviceDesc->getModuleHandle()) { in updateCallRouting()
438 AudioSessionCollection activeSessions = activeDesc->getActiveAudioSessions(); in updateCallRouting()
604 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); in setForceUse() local
607 … if (activeDesc->mProfile->getSupportedDevices().types() & (newDevice & ~AUDIO_DEVICE_BIT_IN)) { in setForceUse()
1615 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); in startInput() local
1616 if ((activeDesc->inputSource() == AUDIO_SOURCE_HOTWORD) && in startInput()
1617 !activeDesc->hasPreemptedSession(session)) { in startInput()
1620 AudioSessionCollection activeSessions = activeDesc->getActiveAudioSessions(); in startInput()
1623 activeDesc->getPreemptedSessions(); in startInput()