Searched refs:newPatch (Results 1 – 2 of 2) sorted by relevance
200 Patch newPatch{*patch, endpointPatch}; in createAudioPatch() local257 newPatch.mPlayback.setThread( in createAudioPatch()287 newPatch.mPlayback.setThread(reinterpret_cast<PlaybackThread*>(thread.get())); in createAudioPatch()297 config.sample_rate = newPatch.mPlayback.thread()->sampleRate(); in createAudioPatch()303 newPatch.mPlayback.thread()->channelCount()); in createAudioPatch()308 config.format = newPatch.mPlayback.thread()->format(); in createAudioPatch()329 newPatch.mRecord.setThread(reinterpret_cast<RecordThread*>(thread.get())); in createAudioPatch()330 status = newPatch.createConnections(this); in createAudioPatch()352 newPatch.setThread(thread); in createAudioPatch()418 newPatch.setThread(thread); in createAudioPatch()[all …]
6426 AudioPatch newPatch = i.next(); in updateAudioPortCache() local6428 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()6434 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()