Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6924 audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; in installPatch() local
6927 afPatchHandle = patchDesc->getAfHandle(); in installPatch()
6930 status_t status = mpClientInterface->createAudioPatch(patch, &afPatchHandle, delayMs); in installPatch()
6932 caller, status, afPatchHandle, patch->num_sources, patch->num_sinks); in installPatch()
6940 patchDesc->setAfHandle(afPatchHandle); in installPatch()