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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 86 status_t AudioPatchCollection::addAudioPatch(audio_patch_handle_t handle,
92 ALOGW("addAudioPatch() patch %d already in", handle);
96 ALOGV("addAudioPatch() handle %d af handle %d num_sources %d num_sinks %d source handle %d"
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h 479 virtual status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch)
481 return mAudioPatches.addAudioPatch(handle, patch);
    [all...]

Completed in 569 milliseconds