Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp7161 audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; in installPatch() local
7164 afPatchHandle = patchDesc->getAfHandle(); in installPatch()
7167 status_t status = mpClientInterface->createAudioPatch(patch, &afPatchHandle, delayMs); in installPatch()
7169 caller, status, afPatchHandle, patch->num_sources, patch->num_sinks); in installPatch()
7177 patchDesc->setAfHandle(afPatchHandle); in installPatch()