Searched refs:soc_id_value (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm7250/gps/utils/ |
D | loc_target.cpp | 155 void loc_get_device_soc_id(char *soc_id_value, int array_length) in loc_get_device_soc_id() argument 161 if (soc_id_value && (array_length >= PROPERTY_VALUE_MAX)) { in loc_get_device_soc_id() 163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id() 165 return_val = read_a_line(soc_id_dep, soc_id_value, array_length); in loc_get_device_soc_id() 168 LOC_LOGd("SOC Id value: %s\n", soc_id_value); in loc_get_device_soc_id()
|
D | loc_target.h | 60 void loc_get_device_soc_id(char *soc_id_value, int array_length);
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_target.cpp | 155 void loc_get_device_soc_id(char *soc_id_value, int array_length) in loc_get_device_soc_id() argument 161 if (soc_id_value && (array_length >= PROPERTY_VALUE_MAX)) { in loc_get_device_soc_id() 163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id() 165 return_val = read_a_line(soc_id_dep, soc_id_value, array_length); in loc_get_device_soc_id() 168 LOC_LOGd("SOC Id value: %s\n", soc_id_value); in loc_get_device_soc_id()
|
D | loc_target.h | 60 void loc_get_device_soc_id(char *soc_id_value, int array_length);
|
/hardware/qcom/sm7150/gps/utils/ |
D | loc_target.cpp | 155 void loc_get_device_soc_id(char *soc_id_value, int array_length) in loc_get_device_soc_id() argument 161 if (soc_id_value && (array_length >= PROPERTY_VALUE_MAX)) { in loc_get_device_soc_id() 163 return_val = read_a_line(soc_id, soc_id_value, array_length); in loc_get_device_soc_id() 165 return_val = read_a_line(soc_id_dep, soc_id_value, array_length); in loc_get_device_soc_id() 168 LOC_LOGd("SOC Id value: %s\n", soc_id_value); in loc_get_device_soc_id()
|
D | loc_target.h | 60 void loc_get_device_soc_id(char *soc_id_value, int array_length);
|