Searched refs:mAfPatchHandle (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioPatch.cpp | 34 mAfPatchHandle(AUDIO_PATCH_HANDLE_NONE) in AudioPatch() 48 snprintf(buffer, SIZE, "%*s- audio flinger handle: %2d\n", spaces, "", mAfPatchHandle); in dump() 99 handle, patch->mAfPatchHandle, patch->mPatch.num_sources, patch->mPatch.num_sinks, in addAudioPatch() 112 ALOGV("removeAudioPatch() handle %d af handle %d", handle, valueAt(index)->mAfPatchHandle); in removeAudioPatch()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPatch.h | 37 audio_patch_handle_t mAfPatchHandle; variable
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 334 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting() 339 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting() 392 mCallRxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting() 451 mCallTxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting() 532 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState() 536 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState() 1796 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0); in closeAllInputs() 2633 afPatchHandle = patchDesc->mAfPatchHandle; in createAudioPatch() 2648 patchDesc->mAfPatchHandle = afPatchHandle; in createAudioPatch() 2709 audio_patch_handle_t afPatchHandle = patchDesc->mAfPatchHandle; in releaseAudioPatch() [all …]
|