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

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

Completed in 1658 milliseconds