Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DStream.impl.h95 String8 halListValue; in getSupportedSampleRates() local
97 getParam(AudioParameter::keyStreamSupportedSamplingRates, &halListValue, context); in getSupportedSampleRates()
102 samplingRatesFromString(halListValue.string(), AudioParameter::valueListSeparator); in getSupportedSampleRates()
122 String8 halListValue; in getSupportedChannelMasks() local
123 Result result = getParam(AudioParameter::keyStreamSupportedChannels, &halListValue, context); in getSupportedChannelMasks()
128 channelMasksFromString(halListValue.string(), AudioParameter::valueListSeparator); in getSupportedChannelMasks()
164 String8 halListValue; in getSupportedFormats() local
165 Result result = getParam(AudioParameter::keyStreamSupportedFormats, &halListValue); in getSupportedFormats()
169 halFormats = formatsFromString(halListValue.string(), AudioParameter::valueListSeparator); in getSupportedFormats()