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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp1644 sp<AudioInputDescriptor> activeDesc = mInputs.valueFor(activeInput); local
1645 if (activeDesc->mInputSource == AUDIO_SOURCE_HOTWORD) {
1647 stopInput(activeInput, activeDesc->mSessions.itemAt(0));
1648 releaseInput(activeInput, activeDesc->mSessions.itemAt(0));

Completed in 47 milliseconds