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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp411 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); local
412 if (activeDesc->getModuleHandle() == txSourceDeviceDesc->getModuleHandle()) {
413 audio_session_t activeSession = activeDesc->mSessions.itemAt(0);
583 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); local
586 if (activeDesc->mProfile->mSupportedDevices.types() & (newDevice & ~AUDIO_DEVICE_BIT_IN)) {
1507 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); local
1508 if ((activeDesc->mInputSource == AUDIO_SOURCE_HOTWORD) &&
1509 !activeDesc->hasPreemptedSession(session)) {
1511 audio_session_t activeSession = activeDesc->mSessions.itemAt(0);
1512 SortedVector<audio_session_t> sessions = activeDesc
[all...]

Completed in 306 milliseconds