Home | History | Annotate | Download | only in managerdefault

Lines Matching defs:releaseAudioPatch

398         mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
403 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
600 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
604 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
2064 (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0);
2957 status_t AudioPolicyManager::releaseAudioPatch(audio_patch_handle_t handle,
2960 ALOGV("releaseAudioPatch() patch %d", handle);
2968 ALOGV("releaseAudioPatch() mUidCached %d patchDesc->mUid %d uid %d",
2979 ALOGV("releaseAudioPatch() output not found for id %d", patch->sources[0].id);
2992 ALOGV("releaseAudioPatch() input not found for id %d", patch->sinks[0].id);
3000 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0);
3001 ALOGV("releaseAudioPatch() patch panel returned %d patchHandle %d",
3102 releaseAudioPatch(mAudioPatches.keyAt(i), uid);
3301 mpClientInterface->releaseAudioPatch(sourceDesc->mPatchDesc->mAfPatchHandle, 0);
3384 mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0);
4387 (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0);
4416 (void) /*status_t status*/ mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0);
5055 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, delayMs);
5056 ALOGV("resetOutputDevice() releaseAudioPatch returned %d", status);
5141 status_t status = mpClientInterface->releaseAudioPatch(patchDesc->mAfPatchHandle, 0);
5142 ALOGV("resetInputDevice() releaseAudioPatch returned %d", status);
5601 releaseAudioPatch(patchDesc->mHandle, patchDesc->mUid);