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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h48 status_t removeAudioPatch(audio_patch_handle_t handle);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp104 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle) function in class:android::AudioPatchCollection
109 ALOGW("removeAudioPatch() patch %d not in", handle);
112 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h460 virtual status_t removeAudioPatch(audio_patch_handle_t handle) function in class:android::AudioPolicyManager
462 return mAudioPatches.removeAudioPatch(handle);
H A DAudioPolicyManager.cpp2713 removeAudioPatch(patchDesc->mHandle);
3088 removeAudioPatch(sourceDesc->mPatchDesc->mHandle);
4742 removeAudioPatch(patchDesc->mHandle);
4828 removeAudioPatch(patchDesc->mHandle);

Completed in 365 milliseconds