Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp70 handle, patch->getAfHandle(), patch->mPatch.num_sources, patch->mPatch.num_sinks, in addAudioPatch()
83 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->getAfHandle()); in removeAudioPatch()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPatch.h36 audio_patch_handle_t getAfHandle() const { return mAfPatchHandle; } in getAfHandle() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3707 mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in releaseAudioPatchInternal()
3709 __func__, status, patchDesc->getAfHandle()); in releaseAudioPatchInternal()
5001 patchDesc->getAfHandle(), 0); in closeOutput()
5050 patchDesc->getAfHandle(), 0); in closeInput()
5650 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in resetOutputDevice()
5703 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), 0); in resetInputDevice()
6312 afPatchHandle = patchDesc->getAfHandle(); in installPatch()