Searched refs:removedPatch (Results 1 – 1 of 1) sorted by relevance
170 Patch *removedPatch = mPatches[index]; in createAudioPatch() local174 if ((removedPatch->mRecordPatchHandle in createAudioPatch()176 (removedPatch->mPlaybackPatchHandle != in createAudioPatch()178 clearPatchConnections(removedPatch); in createAudioPatch()185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()191 ((removedPatch->mAudioPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) && in createAudioPatch()193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module != in createAudioPatch()200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()[all …]