Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp672 LocMsg(), mAdapter(adapter), mLocation(loc), in LocEngReportPosition()
708 !((mLocation.gpsLocation.flags & in proc()
711 (mLocation.gpsLocation.accuracy > in proc()
713 locEng->location_cb((UlpLocation*)&(mLocation), in proc()
734 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS) in proc()
738 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended, in proc()
743 UlpLocation* gp = (UlpLocation*)&(mLocation); in proc()
757 mLocation.gpsLocation.flags, mLocation.position_source, in locallog()
758 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude, in locallog()
759 mLocation.gpsLocation.altitude, mLocation.gpsLocation.speed, in locallog()
[all …]
Dloc_eng_msg.h89 const UlpLocation mLocation; member
/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp42 virtual const std::string& getLocation() const override { return mLocation; } in getLocation()
67 std::string mLocation = "test/0"; member in android::tests::MockInputDeviceNode
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
Dloc_eng.cpp734 LocMsg(), mAdapter(adapter), mLocation(loc), in LocEngReportPosition()
771 !((mLocation.gpsLocation.flags & in proc()
774 (mLocation.gpsLocation.accuracy > in proc()
776 locEng->location_cb((UlpLocation*)&(mLocation), in proc()
797 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS && in proc()
804 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended, in proc()
809 UlpLocation* gp = (UlpLocation*)&(mLocation); in proc()
823 mLocation.gpsLocation.flags, mLocation.position_source, in locallog()
824 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude, in locallog()
825 mLocation.gpsLocation.altitude, mLocation.gpsLocation.speed, in locallog()
[all …]
Dloc_eng_msg.h89 const UlpLocation mLocation; member
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng.cpp734 LocMsg(), mAdapter(adapter), mLocation(loc), in LocEngReportPosition()
771 !((mLocation.gpsLocation.flags & in proc()
774 (mLocation.gpsLocation.accuracy > in proc()
776 locEng->location_cb((UlpLocation*)&(mLocation), in proc()
797 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS && in proc()
804 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended, in proc()
809 UlpLocation* gp = (UlpLocation*)&(mLocation); in proc()
823 mLocation.gpsLocation.flags, mLocation.position_source, in locallog()
824 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude, in locallog()
825 mLocation.gpsLocation.altitude, mLocation.gpsLocation.speed, in locallog()
[all …]
Dloc_eng_msg.h89 const UlpLocation mLocation; member
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp96 virtual const std::string& getLocation() const override { return mLocation; } in getLocation()
129 std::string mLocation; member in android::EvdevDeviceNode
210 mLocation = buffer; in queryProperties()
231 mName.c_str(), mLocation.c_str(), mUniqueId.c_str(), in queryProperties()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_msg.h89 const UlpLocation mLocation; member
Dloc_eng.cpp733 LocMsg(), mAdapter(adapter), mLocation(loc), in LocEngReportPosition()
770 !((mLocation.gpsLocation.flags & in proc()
773 (mLocation.gpsLocation.accuracy > in proc()
775 locEng->location_cb((UlpLocation*)&(mLocation), in proc()
796 mLocation.position_source == ULP_LOCATION_IS_FROM_GNSS && in proc()
803 loc_eng_nmea_generate_pos(locEng, mLocation, mLocationExtended, in proc()
808 UlpLocation* gp = (UlpLocation*)&(mLocation); in proc()