Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.c461 char str_value[256] = {0}; in voice_extn_set_parameters() local
490 err = str_parms_get_str(parms, AUDIO_PARAMETER_KEY_DEVICE_MUTE, str_value, in voice_extn_set_parameters()
491 sizeof(str_value)); in voice_extn_set_parameters()
496 if (!strncmp("true", str_value, sizeof("true"))) { in voice_extn_set_parameters()
500 err = str_parms_get_str(parms, AUDIO_PARAMETER_KEY_DIRECTION, str_value, in voice_extn_set_parameters()
501 sizeof(str_value)); in voice_extn_set_parameters()
510 ret = platform_set_device_mute(adev->platform, mute, str_value); in voice_extn_set_parameters()
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp105 const char* str_value() const { return m_str_value.c_str(); } in str_value() function in CNfcParam
470 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
484 memcpy(pValue, pParam->str_value(), pParam->str_len()); in getValue()
555 (*it)->str_value()); in find()
775 const unsigned char* p = (const unsigned char*)pParam->str_value(); in GetNxpNumValue()
/hardware/qcom/audio/hal/audio_extn/
Dsoundtrigger.c113 char str_value[ST_EVENT_CONFIG_MAX_STR_VALUE]; member