Home
last modified time | relevance | path

Searched refs:removeAudioPatch (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h59 status_t removeAudioPatch(audio_patch_handle_t handle);
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp75 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle) in removeAudioPatch() function in android::AudioPatchCollection
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h709 virtual status_t removeAudioPatch(audio_patch_handle_t handle) in removeAudioPatch() function
711 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()
H A DAudioPolicyManager.cpp4187 removeAudioPatch(patchDesc->getHandle()); in releaseAudioPatchInternal()
4202 removeAudioPatch(outputDesc->getPatchHandle()); in releaseAudioPatchInternal()
6484 removeAudioPatch(patchDesc->getHandle()); in resetOutputDevice()
6537 removeAudioPatch(patchDesc->getHandle()); in resetInputDevice()