HomeSort by relevance Sort by last modified time
    Searched defs:removeAudioPatch (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 77 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle)
82 ALOGW("removeAudioPatch() patch %d not in", handle);
85 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 611 virtual status_t removeAudioPatch(audio_patch_handle_t handle)
613 return mAudioPatches.removeAudioPatch(handle);
    [all...]

Completed in 72 milliseconds