Home
last modified time | relevance | path

Searched refs:getTargetGnssType (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
Dloc_target.h37 #define getTargetGnssType(target) (target>>1) macro
Dloc_log.cpp139 index = getTargetGnssType(target); in loc_get_target_name()
/hardware/qcom/gps/msm8084/utils/
Dloc_target.h39 #define getTargetGnssType(target) (target>>1) macro
Dloc_log.cpp139 index = getTargetGnssType(target); in loc_get_target_name()
/hardware/qcom/gps/msm8909/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) macro
Dloc_log.cpp141 index = getTargetGnssType(target); in loc_get_target_name()
/hardware/qcom/gps/msm8994/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) macro
Dloc_log.cpp140 index = getTargetGnssType(target); in loc_get_target_name()
/hardware/qcom/gps/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) macro
Dloc_log.cpp140 index = getTargetGnssType(target); in loc_get_target_name()
/hardware/qcom/gps/msm8996/utils/
Dloc_target.h40 #define getTargetGnssType(target) (target>>1) macro
Dloc_log.cpp141 index = getTargetGnssType(target); in loc_get_target_name()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc.cpp196 if( getTargetGnssType(target) == GNSS_GSS ) { in get_gps_interface()
208 else if( getTargetGnssType(target) == GNSS_NONE) { in get_gps_interface()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc.cpp229 sGnssType = getTargetGnssType(target); in get_gps_interface()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp229 sGnssType = getTargetGnssType(target); in get_gps_interface()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp229 sGnssType = getTargetGnssType(target); in get_gps_interface()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc.cpp229 sGnssType = getTargetGnssType(target); in get_gps_interface()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc.cpp232 int gnssType = getTargetGnssType(target); in get_gps_interface()
Dloc_eng.cpp2031 int gnssType = getTargetGnssType(loc_get_target()); in loc_eng_set_position_mode()
2311 int gnssType = getTargetGnssType(loc_get_target()); in loc_eng_agps_init()