Home
last modified time | relevance | path

Searched refs:newPatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.cpp200 Patch newPatch{*patch, endpointPatch}; in createAudioPatch() local
257 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 …]
/frameworks/base/media/java/android/media/
DAudioManager.java6426 AudioPatch newPatch = i.next(); in updateAudioPortCache() local
6428 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()
6434 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()