Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp526 audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; in createTelephonyPatch() local
527 status_t status = mpClientInterface->createAudioPatch(&patch, &afPatchHandle, delayMs); in createTelephonyPatch()
533 audioPatch->mAfPatchHandle = afPatchHandle; in createTelephonyPatch()
3076 audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; in createAudioPatch() local
3078 afPatchHandle = patchDesc->mAfPatchHandle; in createAudioPatch()
3082 &afPatchHandle, in createAudioPatch()
3085 status, afPatchHandle); in createAudioPatch()
3093 patchDesc->mAfPatchHandle = afPatchHandle; in createAudioPatch()
3408 audio_patch_handle_t afPatchHandle = AUDIO_PATCH_HANDLE_NONE; in connectAudioSource() local
3447 &afPatchHandle, in connectAudioSource()
[all …]