Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp8675 audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; in installPatch() local
8678 afPatchHandle = patchDesc->getAfHandle(); in installPatch()
8681 status_t status = mpClientInterface->createAudioPatch(patch, &afPatchHandle, delayMs); in installPatch()
8683 caller, status, afPatchHandle, patch->num_sources, patch->num_sinks); in installPatch()
8691 patchDesc->setAfHandle(afPatchHandle); in installPatch()