Home
last modified time | relevance | path

Searched refs:location_report_ptr (Results 1 – 6 of 6) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp1835 const qmiLocEventPositionReportIndMsgT_v02 *location_report_ptr) in reportPosition() argument
1847 if( (location_report_ptr->sessionStatus == eQMI_LOC_SESS_STATUS_SUCCESS_V02) || in reportPosition()
1848 (location_report_ptr->sessionStatus == eQMI_LOC_SESS_STATUS_IN_PROGRESS_V02) in reportPosition()
1852 if( (location_report_ptr->latitude_valid == 1 ) && in reportPosition()
1853 (location_report_ptr->longitude_valid == 1) && in reportPosition()
1854 (location_report_ptr->latitude != 0 || in reportPosition()
1855 location_report_ptr->longitude!= 0)) in reportPosition()
1858 location.gpsLocation.latitude = location_report_ptr->latitude; in reportPosition()
1859 location.gpsLocation.longitude = location_report_ptr->longitude; in reportPosition()
1862 if(location_report_ptr->timestampUtc_valid == 1) in reportPosition()
[all …]
DLocApiV02.h91 (const qmiLocEventPositionReportIndMsgT_v02 *location_report_ptr);
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp1835 const qmiLocEventPositionReportIndMsgT_v02 *location_report_ptr) in reportPosition() argument
1847 if( (location_report_ptr->sessionStatus == eQMI_LOC_SESS_STATUS_SUCCESS_V02) || in reportPosition()
1848 (location_report_ptr->sessionStatus == eQMI_LOC_SESS_STATUS_IN_PROGRESS_V02) in reportPosition()
1852 if( (location_report_ptr->latitude_valid == 1 ) && in reportPosition()
1853 (location_report_ptr->longitude_valid == 1) && in reportPosition()
1854 (location_report_ptr->latitude != 0 || in reportPosition()
1855 location_report_ptr->longitude!= 0)) in reportPosition()
1858 location.gpsLocation.latitude = location_report_ptr->latitude; in reportPosition()
1859 location.gpsLocation.longitude = location_report_ptr->longitude; in reportPosition()
1862 if(location_report_ptr->timestampUtc_valid == 1) in reportPosition()
[all …]
DLocApiV02.h91 (const qmiLocEventPositionReportIndMsgT_v02 *location_report_ptr);
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp1776 const qmiLocEventPositionReportIndMsgT_v02 *location_report_ptr) in reportPosition() argument
1788 if( (location_report_ptr->sessionStatus == eQMI_LOC_SESS_STATUS_SUCCESS_V02) || in reportPosition()
1789 (location_report_ptr->sessionStatus == eQMI_LOC_SESS_STATUS_IN_PROGRESS_V02) in reportPosition()
1793 if( (location_report_ptr->latitude_valid == 1 ) && in reportPosition()
1794 (location_report_ptr->longitude_valid == 1) && in reportPosition()
1795 (location_report_ptr->latitude != 0 || in reportPosition()
1796 location_report_ptr->longitude!= 0)) in reportPosition()
1799 location.gpsLocation.latitude = location_report_ptr->latitude; in reportPosition()
1800 location.gpsLocation.longitude = location_report_ptr->longitude; in reportPosition()
1803 if(location_report_ptr->timestampUtc_valid == 1) in reportPosition()
[all …]
DLocApiV02.h91 (const qmiLocEventPositionReportIndMsgT_v02 *location_report_ptr);