Home
last modified time | relevance | path

Searched refs:extDOP (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/sdm845/gps/sdm845/utils/
Dgps_extended_c.h493 LocExtDOP extDOP; member
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp267 out.pdop = locationExtended.extDOP.PDOP; in convertLocationInfo()
268 out.hdop = locationExtended.extDOP.HDOP; in convertLocationInfo()
269 out.vdop = locationExtended.extDOP.VDOP; in convertLocationInfo()
270 out.gdop = locationExtended.extDOP.GDOP; in convertLocationInfo()
271 out.tdop = locationExtended.extDOP.TDOP; in convertLocationInfo()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.cpp299 out.pdop = locationExtended.extDOP.PDOP; in convertLocationInfo()
300 out.hdop = locationExtended.extDOP.HDOP; in convertLocationInfo()
301 out.vdop = locationExtended.extDOP.VDOP; in convertLocationInfo()
302 out.gdop = locationExtended.extDOP.GDOP; in convertLocationInfo()
303 out.tdop = locationExtended.extDOP.TDOP; in convertLocationInfo()
/hardware/qcom/sm7150/gps/utils/
Dgps_extended_c.h726 LocExtDOP extDOP; member
/hardware/qcom/sm8150p/gps/utils/
Dgps_extended_c.h752 LocExtDOP extDOP; member
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h760 LocExtDOP extDOP; member
/hardware/qcom/sm7250/gps/utils/
Dgps_extended_c.h760 LocExtDOP extDOP; member
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp370 out.pdop = locationExtended.extDOP.PDOP; in convertLocationInfo()
371 out.hdop = locationExtended.extDOP.HDOP; in convertLocationInfo()
372 out.vdop = locationExtended.extDOP.VDOP; in convertLocationInfo()
373 out.gdop = locationExtended.extDOP.GDOP; in convertLocationInfo()
374 out.tdop = locationExtended.extDOP.TDOP; in convertLocationInfo()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.cpp370 out.pdop = locationExtended.extDOP.PDOP; in convertLocationInfo()
371 out.hdop = locationExtended.extDOP.HDOP; in convertLocationInfo()
372 out.vdop = locationExtended.extDOP.VDOP; in convertLocationInfo()
373 out.gdop = locationExtended.extDOP.GDOP; in convertLocationInfo()
374 out.tdop = locationExtended.extDOP.TDOP; in convertLocationInfo()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DGnssAdapter.cpp270 out.gdop = locationExtended.extDOP.GDOP; in convertLocationInfo()
271 out.tdop = locationExtended.extDOP.TDOP; in convertLocationInfo()