Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPatch.h59 status_t removeAudioPatch(audio_patch_handle_t handle);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp75 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle) in removeAudioPatch() function in android::AudioPatchCollection
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h699 virtual status_t removeAudioPatch(audio_patch_handle_t handle) in removeAudioPatch() function
701 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()
DAudioPolicyManager.cpp4152 removeAudioPatch(patchDesc->getHandle()); in releaseAudioPatchInternal()
4167 removeAudioPatch(outputDesc->getPatchHandle()); in releaseAudioPatchInternal()
6247 removeAudioPatch(patchDesc->getHandle()); in resetOutputDevice()
6300 removeAudioPatch(patchDesc->getHandle()); in resetInputDevice()