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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp87 status_t AudioPatchCollection::addAudioPatch(audio_patch_handle_t handle, function in class:android::AudioPatchCollection
93 ALOGW("addAudioPatch() patch %d already in", handle);
97 ALOGV("addAudioPatch() handle %d af handle %d num_sources %d num_sinks %d source handle %d"
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h456 virtual status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch) function in class:android::AudioPolicyManager
458 return mAudioPatches.addAudioPatch(handle, patch);

Completed in 105 milliseconds