Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A DAndroidRuntime.cpp626 char propBuf[PROPERTY_VALUE_MAX]; in startVm() local
764 if (strcmp(propBuf, "int:portable") == 0) { in startVm()
895 if (strcmp(propBuf, "true") == 0) { in startVm()
1066 property_get("ro.debuggable", propBuf, "0"); in startVm()
1067 if (strcmp(propBuf, "1") == 0) { in startVm()
1069 if (strcmp(propBuf, "true") == 0) { in startVm()
1078 if (strcmp(propBuf, "true") == 0) { in startVm()
1089 if (propBuf[0] == '\0') { in startVm()
1103 if (propBuf[0] == '\0') { in startVm()
1116 if (propBuf[0] != '\0') { in startVm()
[all …]
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp167 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
172 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
173 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp167 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
172 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
173 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc.cpp200 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
205 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
206 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp200 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
205 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
206 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc.cpp200 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
205 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
206 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp204 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
209 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
210 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
H A Dloc.cpp204 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
209 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
210 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp269 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
274 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
275 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc.cpp203 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
208 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
209 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp204 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
209 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
210 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc.cpp203 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
208 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
209 if (propBuf[0] == '1') in gps_get_hardware_interface()
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp268 char propBuf[PROPERTY_VALUE_MAX]; in gps_get_hardware_interface() local
273 property_get("gps.disable", propBuf, ""); in gps_get_hardware_interface()
274 if (propBuf[0] == '1') in gps_get_hardware_interface()