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.h48 status_t removeAudioPatch(audio_patch_handle_t handle);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp104 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle) in removeAudioPatch() function in android::AudioPatchCollection
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h460 virtual status_t removeAudioPatch(audio_patch_handle_t handle) in removeAudioPatch() function
462 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()
DAudioPolicyManager.cpp2713 removeAudioPatch(patchDesc->mHandle); in releaseAudioPatch()
3088 removeAudioPatch(sourceDesc->mPatchDesc->mHandle); in disconnectAudioSource()
4742 removeAudioPatch(patchDesc->mHandle); in AudioPolicyManager()
4828 removeAudioPatch(patchDesc->mHandle); in AudioPolicyManager()