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.java4807 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sources()[j], in updateAudioPortCache() local
4809 newPatches.get(i).sources()[j] = portCfg; in updateAudioPortCache()
4812 AudioPortConfig portCfg = updatePortConfig(newPatches.get(i).sinks()[j], in updateAudioPortCache() local
4814 newPatches.get(i).sinks()[j] = portCfg; in updateAudioPortCache()
4820 for (AudioPortConfig portCfg : newPatch.sources()) { in updateAudioPortCache()
4821 if (portCfg == null) { in updateAudioPortCache()
4826 for (AudioPortConfig portCfg : newPatch.sinks()) { in updateAudioPortCache()
4827 if (portCfg == null) { in updateAudioPortCache()
4860 static AudioPortConfig updatePortConfig(AudioPortConfig portCfg, ArrayList<AudioPort> ports) { in updatePortConfig() argument
4861 AudioPort port = portCfg.port(); in updatePortConfig()
[all …]