Home
last modified time | relevance | path

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

/aosp12/system/core/libcutils/include/cutils/
H A Dstr_parms.h48 int str_parms_get_int(struct str_parms *str_parms, const char *key,
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dstr_parms.h48 int str_parms_get_int(struct str_parms *str_parms, const char *key,
/aosp12/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c465 err = str_parms_get_int(parms, AUDIO_PARAMETER_KEY_VSID, &value); in voice_extn_set_parameters()
470 err = str_parms_get_int(parms, AUDIO_PARAMETER_KEY_CALL_STATE, &value); in voice_extn_set_parameters()
/aosp12/system/core/libcutils/
H A Dstr_parms.cpp296 int str_parms_get_int(struct str_parms *str_parms, const char *key, int *val) in str_parms_get_int() function
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dsoundtrigger.c481 ret = str_parms_get_int(params, "SVA_NUM_SESSIONS", &val); in audio_extn_sound_trigger_set_parameters()
H A Dmaxxaudio.c748 ret = str_parms_get_int(parms, "rotation", &val); in audio_extn_ma_set_parameters()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c2973 if ((str_parms_get_int(parms, "card", &card) >= 0) && in get_alive_usb_card()
5651 ret = str_parms_get_int(parms, "rotation", &val); in adev_set_parameters()