Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:releaseAudioPatch

81 status_t AudioFlinger::releaseAudioPatch(audio_patch_handle_t handle)
85 return mPatchPanel->releaseAudioPatch(handle);
207 hwDevice->releaseAudioPatch(halHandle);
535 releaseAudioPatch(patch->mRecordPatchHandle);
539 releaseAudioPatch(patch->mPlaybackPatchHandle);
573 status_t AudioFlinger::PatchPanel::releaseAudioPatch(audio_patch_handle_t handle)
575 ALOGV("releaseAudioPatch handle %d", handle);
602 ALOGW("releaseAudioPatch() bad src hw module %d", srcModule);
619 ALOGW("releaseAudioPatch() bad capture I/O handle %d",
629 status = hwDevice->releaseAudioPatch(removedPatch->mHalHandle);
636 ALOGW("releaseAudioPatch() bad src hw module %d", srcModule);
645 ALOGW("releaseAudioPatch() bad playback I/O handle %d",