Searched refs:addAudioPatch (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h46 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch);
/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);
H A DAudioPolicyManager.cpp2644 addAudioPatch(patchDesc->mHandle, patchDesc);
3021 addAudioPatch(sourceDesc->mPatchDesc->mHandle, sourceDesc->mPatchDesc);
4690 addAudioPatch(patchDesc->mHandle, patchDesc);
4794 addAudioPatch(patchDesc->mHandle, patchDesc);

Completed in 100 milliseconds