Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/include/media/
DPatchBuilder.h69 audio_port_config& add(const audio_port_config& portCfg) { in add()
70 return *advance() = portCfg; in add()
/frameworks/base/media/java/android/media/
DAudioManager.java7735 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local
7737 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()
7740 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local
7742 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()
7748 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()
7749 if (portCfg == null) { in updateAudioPortCache()
7754 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()
7755 if (portCfg == null) { in updateAudioPortCache()
7788 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument
7789 AudioPort port = portCfg.port(); in updatePortConfig()
[all …]