Searched defs:removeAudioPatch (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp102 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle) function in class:android::AudioPatchCollection
107 ALOGW("removeAudioPatch() patch %d not in", handle);
110 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h463 virtual status_t removeAudioPatch(audio_patch_handle_t handle) function in class:android::AudioPolicyManager
465 return mAudioPatches.removeAudioPatch(handle);

Completed in 161 milliseconds