Searched refs:locationExtended (Results 1 – 3 of 3) sorted by relevance
1842 GpsLocationExtended locationExtended; in reportPosition() local1843 memset(&locationExtended, 0, sizeof (GpsLocationExtended)); in reportPosition()1844 locationExtended.size = sizeof(locationExtended); in reportPosition()1915 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_MAG_DEV; in reportPosition()1916 locationExtended.magneticDeviation = location_report_ptr->magneticDeviation; in reportPosition()1921 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_DOP; in reportPosition()1922 locationExtended.pdop = location_report_ptr->DOP.PDOP; in reportPosition()1923 locationExtended.hdop = location_report_ptr->DOP.HDOP; in reportPosition()1924 locationExtended.vdop = location_report_ptr->DOP.VDOP; in reportPosition()1929 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_ALTITUDE_MEAN_SEA_LEVEL; in reportPosition()[all …]
1783 GpsLocationExtended locationExtended; in reportPosition() local1784 memset(&locationExtended, 0, sizeof (GpsLocationExtended)); in reportPosition()1785 locationExtended.size = sizeof(locationExtended); in reportPosition()1849 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_MAG_DEV; in reportPosition()1850 locationExtended.magneticDeviation = location_report_ptr->magneticDeviation; in reportPosition()1855 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_DOP; in reportPosition()1856 locationExtended.pdop = location_report_ptr->DOP.PDOP; in reportPosition()1857 locationExtended.hdop = location_report_ptr->DOP.HDOP; in reportPosition()1858 locationExtended.vdop = location_report_ptr->DOP.VDOP; in reportPosition()1863 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_ALTITUDE_MEAN_SEA_LEVEL; in reportPosition()[all …]