Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioManager.java3666 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local
3668 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()
3671 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local
3673 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()
3679 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()
3680 if (portCfg == null) { in updateAudioPortCache()
3685 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()
3686 if (portCfg == null) { in updateAudioPortCache()
3714 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument
3715 AudioPort port = portCfg.port(); in updatePortConfig()
[all …]