Home
last modified time | relevance | path

Searched defs:mixPortConfig (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/interfaces/audio/aidl/vts/
H A DModuleConfig.cpp341 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 DVtsHalAudioCoreModuleTargetTest.cpp2808 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 DDeviceHalAidl.cpp343 AudioPortConfig mixPortConfig; in getInputBufferSize() local
503 AudioPortConfig mixPortConfig; in openOutputStream() local
602 AudioPortConfig mixPortConfig; in openInputStream() local
H A DHal2AidlMapper.cpp810 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 DModuleBluetooth.cpp176 const AudioPortConfig* mixPortConfig = isInput ? sinks[0] : sources[0]; in checkAudioPatchEndpointsMatch() local
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/
H A DCoreAudioHalAidl_test.cpp1368 AudioPortConfig mixPortConfig; in TEST_F() local