Searched defs:removedPatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp170 Patch *removedPatch = mPatches[index]; local
174 if ((removedPatch->mRecordPatchHandle
176 (removedPatch->mPlaybackPatchHandle !=
178 clearPatchConnections(removedPatch);
185 if ((removedPatch->mAudioPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE) &&
187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module !=
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module;
191 ((removedPatch->mAudioPatch.sinks[0].type == AUDIO_PORT_TYPE_DEVICE) &&
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module !=
198 // Note that removedPatch
592 Patch *removedPatch = mPatches[index]; local
[all...]

Completed in 1017 milliseconds