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 103 status_t AudioPatchCollection::removeAudioPatch(audio_patch_handle_t handle)
108 ALOGW("removeAudioPatch() patch %d not in", handle);
111 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 483 virtual status_t removeAudioPatch(audio_patch_handle_t handle)
485 return mAudioPatches.removeAudioPatch(handle);
    [all...]

Completed in 176 milliseconds