Searched refs:mLocation (Results 1 - 24 of 24) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssDebug.cpp63 if (reports.mLocation.mValid) {
65 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude;
66 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude;
67 data.position.altitudeMeters = reports.mLocation.mLocation.altitude;
70 (double)(reports.mLocation.mLocation.speed);
72 (double)(reports.mLocation
[all...]
/hardware/qcom/gps/msm8998/android/
H A DGnssDebug.cpp63 if (reports.mLocation.mValid) {
65 data.position.latitudeDegrees = reports.mLocation.mLocation.latitude;
66 data.position.longitudeDegrees = reports.mLocation.mLocation.longitude;
67 data.position.altitudeMeters = reports.mLocation.mLocation.altitude;
70 (double)(reports.mLocation.mLocation.speed);
72 (double)(reports.mLocation
[all...]
/hardware/qcom/gps/msm8909w_3100/gnss/
H A DGnssAdapter.cpp2890 r.mLocation.size = sizeof(r.mLocation);
2891 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) {
2892 r.mLocation.mValid = true;
2893 r.mLocation.mLocation.latitude =
2894 reports.mLocation.back().mLocation.gpsLocation.latitude;
2895 r.mLocation
[all...]
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp2774 r.mLocation.size = sizeof(r.mLocation);
2775 if(!reports.mLocation.empty() && reports.mLocation.back().mValid) {
2776 r.mLocation.mValid = true;
2777 r.mLocation.mLocation.latitude =
2778 reports.mLocation.back().mLocation.gpsLocation.latitude;
2779 r.mLocation
[all...]
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.cpp1161 if ((mLocation.gpsLocation.latitude != peer.mLocation.gpsLocation.latitude) ||
1162 (mLocation.gpsLocation.longitude != peer.mLocation.gpsLocation.longitude) ||
1163 (mLocation.gpsLocation.altitude != peer.mLocation.gpsLocation.altitude)) {
1172 mLocation.gpsLocation.latitude,
1173 mLocation.gpsLocation.longitude,
1174 mLocation.gpsLocation.altitude,
1175 mLocation
[all...]
H A DSystemStatus.h85 UlpLocation mLocation; member in class:loc_core::SystemStatusLocation
92 mLocation(location),
539 std::vector<SystemStatusLocation> mLocation; member in class:loc_core::SystemStatusReports
/hardware/qcom/gps/msm8998/core/
H A DSystemStatus.cpp1154 if ((mLocation.gpsLocation.latitude != peer.mLocation.gpsLocation.latitude) ||
1155 (mLocation.gpsLocation.longitude != peer.mLocation.gpsLocation.longitude) ||
1156 (mLocation.gpsLocation.altitude != peer.mLocation.gpsLocation.altitude)) {
1165 mLocation.gpsLocation.latitude,
1166 mLocation.gpsLocation.longitude,
1167 mLocation.gpsLocation.altitude,
1168 mLocation
[all...]
H A DSystemStatus.h78 UlpLocation mLocation; member in class:loc_core::SystemStatusLocation
85 mLocation(location),
370 std::vector<SystemStatusLocation> mLocation; member in class:loc_core::SystemStatusReports
/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h37 virtual const std::string& getLocation() const override { return mLocation; }
42 void setLocation(const std::string& location) { mLocation = location; }
106 std::string mLocation = "test/0"; member in class:android::MockInputDeviceNode
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp672 LocMsg(), mAdapter(adapter), mLocation(loc),
708 !((mLocation.gpsLocation.flags &
711 (mLocation.gpsLocation.accuracy >
713 locEng->location_cb((UlpLocation*)&(mLocation),
734 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS)
738 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
743 UlpLocation* gp = (UlpLocation*)&(mLocation);
757 mLocation.gpsLocation.flags, mLocation.position_source,
758 mLocation
[all...]
H A Dloc_eng_msg.h89 const UlpLocation mLocation; member in struct:LocEngReportPosition
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.cpp734 LocMsg(), mAdapter(adapter), mLocation(loc),
771 !((mLocation.gpsLocation.flags &
774 (mLocation.gpsLocation.accuracy >
776 locEng->location_cb((UlpLocation*)&(mLocation),
797 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS &&
804 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
809 UlpLocation* gp = (UlpLocation*)&(mLocation);
823 mLocation.gpsLocation.flags, mLocation.position_source,
824 mLocation
[all...]
H A Dloc_eng_msg.h89 const UlpLocation mLocation; member in struct:LocEngReportPosition
/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPI.h622 Location mLocation; member in struct:__anon3612
651 GnssDebugLocation mLocation; member in struct:__anon3615
/hardware/qcom/gps/msm8998/location/
H A DLocationAPI.h592 Location mLocation; member in struct:__anon3958
621 GnssDebugLocation mLocation; member in struct:__anon3961
/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp83 virtual const std::string& getLocation() const override { return mLocation; }
120 std::string mLocation; member in class:android::EvdevDeviceNode
201 mLocation = buffer;
222 mName.c_str(), mLocation.c_str(), mUniqueId.c_str(),
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h89 const UlpLocation mLocation; member in struct:LocEngReportPosition
H A Dloc_eng.cpp733 LocMsg(), mAdapter(adapter), mLocation(loc),
770 !((mLocation.gpsLocation.flags &
773 (mLocation.gpsLocation.accuracy >
775 locEng->location_cb((UlpLocation*)&(mLocation),
796 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS &&
803 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
808 UlpLocation* gp = (UlpLocation*)&(mLocation);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h89 const UlpLocation mLocation; member in struct:LocEngReportPosition
H A Dloc_eng.cpp730 LocMsg(), mAdapter(adapter), mLocation(loc),
767 !((mLocation.gpsLocation.flags &
770 (mLocation.gpsLocation.accuracy >
772 locEng->location_cb((UlpLocation*)&(mLocation),
794 locEng->generateNmea, mLocation.position_source,
802 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
807 UlpLocation* gp = (UlpLocation*)&(mLocation);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h89 const UlpLocation mLocation; member in struct:LocEngReportPosition
H A Dloc_eng.cpp733 LocMsg(), mAdapter(adapter), mLocation(loc),
770 !((mLocation.gpsLocation.flags &
773 (mLocation.gpsLocation.accuracy >
775 locEng->location_cb((UlpLocation*)&(mLocation),
796 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS &&
803 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
808 UlpLocation* gp = (UlpLocation*)&(mLocation);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h89 const UlpLocation mLocation; member in struct:LocEngReportPosition
H A Dloc_eng.cpp730 LocMsg(), mAdapter(adapter), mLocation(loc),
767 !((mLocation.gpsLocation.flags &
770 (mLocation.gpsLocation.accuracy >
772 locEng->location_cb((UlpLocation*)&(mLocation),
794 locEng->generateNmea, mLocation.position_source,
802 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended,
807 UlpLocation* gp = (UlpLocation*)&(mLocation);

Completed in 6814 milliseconds