Lines Matching refs:mHalHandle
153 if (removedPatch.mHalHandle != AUDIO_PATCH_HANDLE_NONE) { in createAudioPatch_l()
176 hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in createAudioPatch_l()
178 halHandle = removedPatch.mHalHandle; in createAudioPatch_l()
423 p.second.mHalHandle); in createAudioPatch_l()
424 halHandle = p.second.mHalHandle; in createAudioPatch_l()
460 newPatch.mHalHandle = halHandle; in createAudioPatch_l()
816 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch_l()
819 status = hwDevice->releaseAudioPatch(removedPatch.mHalHandle); in releaseAudioPatch_l()
844 && p.second.mHalHandle == removedPatch.mHalHandle) { in releaseAudioPatch_l()
846 __func__, p.second.mHalHandle); in releaseAudioPatch_l()
854 status = thread->sendReleaseAudioPatchConfigEvent(removedPatch.mHalHandle); in releaseAudioPatch_l()