Searched defs:mixPortConfig (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/ |
H A D | ModuleConfig.cpp | 341 auto mixPortConfig = getSingleConfigForMixPort(isInput, mixPort); in getNonRoutableSrcSinkPair() local 363 auto mixPortConfig = getSingleConfigForMixPort(isInput, *mixPortIt); in getRoutableSrcSinkPair() local 374 auto mixPortConfig = getSingleConfigForMixPort(isInput, *mixPortIt); in getRoutableSrcSinkPair() local 396 auto mixPortConfig = getSingleConfigForMixPort(isInput, *mixPortIt); in getRoutableSrcSinkGroups() local 422 auto mixPortConfig = getSingleConfigForMixPort(isInput, *mixPortIt); in getRoutableSrcSinkGroups() local
|
H A D | VtsHalAudioCoreModuleTargetTest.cpp | 2808 bool connectedOnly, const std::optional<AudioPortConfig>& mixPortConfig = {}) { in SetUpPortConfigForMixPortOrConfig() 2833 auto mixPortConfig = moduleConfig->getSingleConfigForMixPort(mIsInput, mixPort); in SetUpPortConfig() local 2839 const AudioPortConfig& mixPortConfig, const AudioPort& devicePort) { in SetUpPortConfig() 2879 const AudioPortConfig& mixPortConfig) { in SetUpStreamForMixPortConfig() 2892 const AudioPortConfig& mixPortConfig) { in SetUpPatchForMixPortConfig() 3005 const AudioPortConfig& mixPortConfig, const AudioPort& devicePort) { in SetUpPatch()
|
/aosp_15_r20/frameworks/av/media/libaudiohal/impl/ |
H A D | DeviceHalAidl.cpp | 343 AudioPortConfig mixPortConfig; in getInputBufferSize() local 503 AudioPortConfig mixPortConfig; in openOutputStream() local 602 AudioPortConfig mixPortConfig; in openInputStream() local
|
H A D | Hal2AidlMapper.cpp | 810 AudioPortConfig* mixPortConfig, AudioPatch* patch) { in prepareToOpenStream() 854 Cleanups* cleanups, AudioConfig* config, AudioPortConfig* mixPortConfig, in prepareToOpenStreamHelper()
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/bluetooth/ |
H A D | ModuleBluetooth.cpp | 176 const AudioPortConfig* mixPortConfig = isInput ? sinks[0] : sources[0]; in checkAudioPatchEndpointsMatch() local
|
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/ |
H A D | CoreAudioHalAidl_test.cpp | 1368 AudioPortConfig mixPortConfig; in TEST_F() local
|