Searched refs:reuseExistingHalPatch (Results 1 – 2 of 2) sorted by relevance
137 bool reuseExistingHalPatch = false; in createAudioPatch_l() local182 reuseExistingHalPatch = (hwDevice == 0) && patchesHaveSameRoute(*patch, oldPatch); in createAudioPatch_l()184 erasePatch(*handle, reuseExistingHalPatch); in createAudioPatch_l()425 reuseExistingHalPatch = true; in createAudioPatch_l()465 || (endpointPatch && reuseExistingHalPatch))) { in createAudioPatch_l()466 if (reuseExistingHalPatch) { in createAudioPatch_l()866 void PatchPanel::erasePatch(audio_patch_handle_t handle, bool reuseExistingHalPatch) { in erasePatch() argument869 if (!reuseExistingHalPatch) { in erasePatch()
100 void erasePatch(audio_patch_handle_t handle, bool reuseExistingHalPatch = false);