Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioManager.java4094 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local
4096 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()
4099 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local
4101 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()
4107 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()
4108 if (portCfg == null) { in updateAudioPortCache()
4113 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()
4114 if (portCfg == null) { in updateAudioPortCache()
4147 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument
4148 AudioPort port = portCfg.port(); in updatePortConfig()
[all …]