Home
last modified time | relevance | path

Searched refs:audioPatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp621 sp<AudioPatch> audioPatch; in createTelephonyPatch() local
623 audioPatch = new AudioPatch(patchBuilder.patch(), mUidCached); in createTelephonyPatch()
624 audioPatch->mAfPatchHandle = afPatchHandle; in createTelephonyPatch()
625 audioPatch->mUid = mUidCached; in createTelephonyPatch()
627 return audioPatch; in createTelephonyPatch()