/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | ParametersUtil.h | 42 Result getParam(const char* name, bool* value); 43 Result getParam(const char* name, int* value); 44 Result getParam(const char* name, String8* value, AudioParameter context = {});
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | EqualizerEffect.cpp | 211 Result retval = mEffect->getParam(EQ_PARAM_LEVEL_RANGE, halLevels); in getLevelRange() 222 Result retval = mEffect->getParam(EQ_PARAM_BAND_LEVEL, band, halLevel); in getBandLevel() 230 Result retval = mEffect->getParam(EQ_PARAM_CENTER_FREQ, band, halFreq); in getBandCenterFrequency() 238 Result retval = mEffect->getParam(EQ_PARAM_BAND_FREQ_RANGE, band, halFreqs); in getBandFrequencyRange() 245 Result retval = mEffect->getParam(EQ_PARAM_GET_BAND, freq, halBand); in getBandForFrequency() 252 Result retval = mEffect->getParam(EQ_PARAM_GET_NUM_OF_PRESETS, halPresetCount); in getPresetNames() 258 retval = mEffect->getParam(EQ_PARAM_GET_PRESET_NAME, i, halPresetName); in getPresetNames() 288 Result retval = mEffect->getParam(EQ_PARAM_NUM_BANDS, numBands); in getAllProperties()
|
D | NoiseSuppressionEffect.cpp | 201 Result retval = mEffect->getParam(NS_PARAM_LEVEL, halLevel); in getSuppressionLevel() 212 Result retval = mEffect->getParam(NS_PARAM_TYPE, halType); in getSuppressionType() 226 Result retval = mEffect->getParam(NS_PARAM_PROPERTIES, halProperties); in getAllProperties()
|
D | VisualizerEffect.cpp | 202 Result retval = mEffect->getParam(VISUALIZER_PARAM_SCALING_MODE, halMode); in getScalingMode() 227 Result retval = mEffect->getParam(VISUALIZER_PARAM_MEASUREMENT_MODE, halMode); in getMeasurementMode()
|
D | VirtualizerEffect.cpp | 190 mEffect->getParam(VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, halSupported); in isStrengthSupported() 252 Result retval = mEffect->getParam(VIRTUALIZER_PARAM_FORCE_VIRTUALIZATION_MODE, halMode); in getVirtualSpeakerAngles()
|
D | Effect.h | 133 Result getParam(uint32_t paramId, T& paramValue) { in getParam() function 142 Result getParam(uint32_t paramId, uint32_t paramArg, T& paramValue) { in getParam() function
|
D | DownmixEffect.cpp | 188 Result retval = mEffect->getParam(DOWNMIX_PARAM_TYPE, halPreset); in getType()
|
D | PresetReverbEffect.cpp | 189 Result retval = mEffect->getParam(REVERB_PARAM_PRESET, halPreset); in getPreset()
|
D | AutomaticGainControlEffect.cpp | 233 Result retval = mEffect->getParam(AGC_PARAM_PROPERTIES, halProperties); in getAllProperties()
|
D | EnvironmentalReverbEffect.cpp | 312 Result retval = mEffect->getParam(REVERB_PARAM_PROPERTIES, halProperties); in getAllProperties()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Stream.cpp | 80 Result retval = getParam(AudioParameter::keyFrameCount, &halFrameCount); in getFrameCount() 108 getParam(AudioParameter::keyStreamSupportedSamplingRates, &halListValue, context); in getSupportedSampleRates() 134 Result result = getParam(AudioParameter::keyStreamSupportedChannels, &halListValue, context); in getSupportedChannelMasks() 177 Result result = getParam(AudioParameter::keyStreamSupportedFormats, &halListValue); in getSupportedFormats() 216 Result result = getParam(AudioParameter::keyStreamSupportedFormats, &halListValue); in getSupportedProfiles() 237 result = getParam(AudioParameter::keyStreamSupportedSamplingRates, &halListValue, context); in getSupportedProfiles() 247 result = getParam(AudioParameter::keyStreamSupportedChannels, &halListValue, context); in getSupportedProfiles() 347 Result retval = getParam(AudioParameter::keyRouting, &device); in getDevice() 372 Result retval = getParam(AudioParameter::keyRouting, &halDevice); in getDevices()
|
D | ParametersUtil.cpp | 49 Result ParametersUtil::getParam(const char* name, bool* value) { in getParam() function in android::hardware::audio::CPP_VERSION::implementation::ParametersUtil 51 Result retval = getParam(name, &halValue); in getParam() 62 Result ParametersUtil::getParam(const char* name, int* value) { in getParam() function in android::hardware::audio::CPP_VERSION::implementation::ParametersUtil 70 Result ParametersUtil::getParam(const char* name, String8* value, AudioParameter context) { in getParam() function in android::hardware::audio::CPP_VERSION::implementation::ParametersUtil
|
D | PrimaryDevice.cpp | 229 Result retval = mDevice->getParam(AudioParameter::keyBtNrec, &enabled); in getBtScoNrecEnabled() 240 Result retval = mDevice->getParam(AUDIO_PARAMETER_KEY_BT_SCO_WB, &enabled); in getBtScoWidebandEnabled() 277 Result retval = mDevice->getParam(AUDIO_PARAMETER_KEY_TTY_MODE, &halMode); in getTtyMode() 303 Result retval = mDevice->getParam(AUDIO_PARAMETER_KEY_HAC, &enabled); in getHacEnabled() 318 Result retval = mDevice->getParam(AUDIO_PARAMETER_KEY_HFP_ENABLE, &enabled); in getBtHfpEnabled()
|
D | StreamIn.cpp | 339 Result retval = mStreamCommon->getParam(AudioParameter::keyInputSource, &halSource); in getAudioSource()
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 237 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 239 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 241 status = getParam(omxNode, OMX_IndexParamImageInit, ¶ms); in TEST_P() 243 status = getParam(omxNode, OMX_IndexParamOtherInit, ¶ms); in TEST_P() 258 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 260 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 319 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 321 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 448 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 450 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 648 status = getParam(omxNode, static_cast<OMX_INDEXTYPE>(index), in isColorFormatFlexibleYUV() 668 status = getParam(omxNode, static_cast<OMX_INDEXTYPE>(index2), in isColorFormatFlexibleYUV() 741 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 766 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 874 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1019 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1085 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1206 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1313 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 994 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1019 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1076 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1190 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P() 1356 status = getParam(omxNode, OMX_IndexParamVideoInit, ¶ms); in TEST_P()
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 675 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 697 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 786 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 850 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 964 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 1056 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P()
|
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 386 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P() 407 status = getParam(omxNode, OMX_IndexParamAudioInit, ¶ms); in TEST_P()
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.h | 231 Return<android::hardware::media::omx::V1_0::Status> getParam( in getParam() function
|