Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp33 mAfPatchHandle(AUDIO_PATCH_HANDLE_NONE) in AudioPatch()
47 snprintf(buffer, SIZE, "%*s- audio flinger handle: %2d\n", spaces, "", mAfPatchHandle); in dump()
98 handle, patch->mAfPatchHandle, patch->mPatch.num_sources, patch->mPatch.num_sinks, in addAudioPatch()
111 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle); in removeAudioPatch()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPatch.h38 audio_patch_handle_t mAfPatchHandle; variable
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp446 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting()
451 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting()
533 audioPatch->mAfPatchHandle = afPatchHandle; in createTelephonyPatch()
624 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState()
628 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState()
2202 … (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeAllInputs()
3078 afPatchHandle = patchDesc->mAfPatchHandle; in createAudioPatch()
3093 patchDesc->mAfPatchHandle = afPatchHandle; in createAudioPatch()
3154 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in releaseAudioPatch()
3156 status, patchDesc->mAfPatchHandle); in releaseAudioPatch()
[all …]