Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Daudiosystem_tests.cpp215 audio_port_config sourcePortConfig; in TEST_F() local
230 sourcePortConfig = port.active_config; in TEST_F()
236 AudioSystem::startAudioSource(&sourcePortConfig, &attributes, &sourcePortHandle); in TEST_F()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5323 audio_port_config sourcePortConfig = {}; in createAudioPatchInternal() local
5333 srcDevice->toAudioPortConfig(&sourcePortConfig, &patch->sources[0]); in createAudioPatchInternal()
5334 patchBuilder.addSource(sourcePortConfig); in createAudioPatchInternal()