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

/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);

Completed in 2714 milliseconds