Searched refs:activeDesc (Results 1 – 1 of 1) sorted by relevance
435 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); in updateCallRouting() local436 if (activeDesc->getModuleHandle() == txSourceDeviceDesc->getModuleHandle()) { in updateCallRouting()438 AudioSessionCollection activeSessions = activeDesc->getActiveAudioSessions(); in updateCallRouting()604 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); in setForceUse() local607 … if (activeDesc->mProfile->getSupportedDevices().types() & (newDevice & ~AUDIO_DEVICE_BIT_IN)) { in setForceUse()1615 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); in startInput() local1616 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()