Searched refs:getAfHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioPatch.cpp | 73 handle, patch->getAfHandle(), patch->mPatch.num_sources, patch->mPatch.num_sinks, in addAudioPatch() 86 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->getAfHandle()); in removeAudioPatch()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPatch.h | 36 audio_patch_handle_t getAfHandle() const { return mAfPatchHandle; } in getAfHandle() function
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 5520 mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in releaseAudioPatchInternal() 5522 __func__, status, patchDesc->getAfHandle()); in releaseAudioPatchInternal() 6678 patchDesc->getAfHandle(), 0); in onNewAudioModulesAvailableInt() 7058 patchDesc->getAfHandle(), 0); in closeOutput() 7122 patchDesc->getAfHandle(), 0); in closeInput() 7894 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), delayMs); in resetOutputDevice() 7947 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->getAfHandle(), 0); in resetInputDevice() 8678 afPatchHandle = patchDesc->getAfHandle(); in installPatch()
|