Home
last modified time | relevance | path

Searched refs:combineAudioConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/
DConfigHelper.h63 return combineAudioConfig({AudioChannelMask::OUT_STEREO, AudioChannelMask::OUT_MONO}, in getRequiredSupportPlaybackAudioConfig()
69 return combineAudioConfig({AudioChannelMask::OUT_STEREO, AudioChannelMask::OUT_MONO}, in getRecommendedSupportPlaybackAudioConfig()
75 return combineAudioConfig({AudioChannelMask::IN_MONO}, {8000, 11025, 16000, 44100}, in getRequiredSupportCaptureAudioConfig()
80 return combineAudioConfig({AudioChannelMask::IN_STEREO}, {22050, 48000}, in getRecommendedSupportCaptureAudioConfig()
84 static std::vector<AudioConfig> combineAudioConfig( in combineAudioConfig() function
102 static std::vector<AudioConfig> combineAudioConfig(std::vector<AudioChannelMask> channelMasks, in combineAudioConfig() function
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DGenerators.cpp50 auto configs = ConfigHelper::combineAudioConfig( in generateOutputDeviceConfigParameters()
113 auto configs = ConfigHelper::combineAudioConfig( in generateInputDeviceConfigParameters()
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DGenerators.cpp41 static std::vector<AudioConfig> combineAudioConfig(std::vector<xsd::AudioChannelMask> channelMasks, in combineAudioConfig() function
113 auto configs = combineAudioConfig(profile.getChannelMasks(), in generateOutputDeviceConfigParameters()
250 auto configs = combineAudioConfig(profile.getChannelMasks(), in generateInputDeviceConfigParameters()