/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.h | 44 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
|
D | loc_eng_msg.h | 97 void* locExt,
|
D | loc.cpp | 60 static void local_loc_cb(UlpLocation* location, void* locExt); 1121 static void local_loc_cb(UlpLocation* location, void* locExt) in local_loc_cb() argument
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc.h | 44 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
|
D | loc_eng_msg.h | 97 void* locExt,
|
D | loc.cpp | 56 static void local_loc_cb(UlpLocation* location, void* locExt); 1054 static void local_loc_cb(UlpLocation* location, void* locExt) in local_loc_cb() argument
|
D | loc_eng.cpp | 730 void* locExt, in LocEngReportPosition() argument 737 (mAdapter))->getOwner())->location_ext_parser(locExt)), in LocEngReportPosition()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc.h | 44 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
|
D | loc.cpp | 54 static void local_loc_cb(UlpLocation* location, void* locExt); 891 static void local_loc_cb(UlpLocation* location, void* locExt) in local_loc_cb() argument
|
D | loc_eng_msg.h | 97 void* locExt,
|
D | loc_eng.cpp | 669 void* locExt, in LocEngReportPosition() argument 676 (mAdapter))->getOwner())->location_ext_parser(locExt)), in LocEngReportPosition()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc.h | 44 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
|
D | loc_eng_msg.h | 97 void* locExt,
|
D | loc.cpp | 55 static void local_loc_cb(UlpLocation* location, void* locExt); 1145 static void local_loc_cb(UlpLocation* location, void* locExt) in local_loc_cb() argument
|
D | loc_eng.cpp | 731 void* locExt, in LocEngReportPosition() argument 738 (mAdapter))->getOwner())->location_ext_parser(locExt)), in LocEngReportPosition()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc.h | 44 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
|
D | loc_eng_msg.h | 97 void* locExt,
|
D | loc.cpp | 60 static void local_loc_cb(UlpLocation* location, void* locExt); 1132 static void local_loc_cb(UlpLocation* location, void* locExt) in local_loc_cb() argument
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc.h | 44 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
|
D | loc_eng_msg.h | 97 void* locExt,
|
D | loc.cpp | 61 static void local_loc_cb(UlpLocation* location, void* locExt); 1133 static void local_loc_cb(UlpLocation* location, void* locExt) in local_loc_cb() argument
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 606 static void computeVRPBasedLla(const UlpLocation& loc, GpsLocationExtended& locExt,
|
D | GnssAdapter.cpp | 3652 GnssAdapter::computeVRPBasedLla(const UlpLocation& loc, GpsLocationExtended& locExt, in computeVRPBasedLla() argument 3660 uint64_t locExtFlags = locExt.flags; in computeVRPBasedLla() 3664 (locExt.locOutputEngType == LOC_OUTPUT_ENGINE_SPE))){ in computeVRPBasedLla() 3696 locExt.llaVRPBased.latitude = lla[0] * RAD2DEG; in computeVRPBasedLla() 3697 locExt.llaVRPBased.longitude = lla[1] * RAD2DEG; in computeVRPBasedLla() 3698 locExt.llaVRPBased.altitude = lla[2]; in computeVRPBasedLla() 3699 locExt.flags |= GPS_LOCATION_EXTENDED_HAS_LLA_VRP_BASED; in computeVRPBasedLla()
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.h | 606 static void computeVRPBasedLla(const UlpLocation& loc, GpsLocationExtended& locExt,
|
D | GnssAdapter.cpp | 3653 GnssAdapter::computeVRPBasedLla(const UlpLocation& loc, GpsLocationExtended& locExt, in computeVRPBasedLla() argument 3661 uint64_t locExtFlags = locExt.flags; in computeVRPBasedLla() 3665 (locExt.locOutputEngType == LOC_OUTPUT_ENGINE_SPE))){ in computeVRPBasedLla() 3697 locExt.llaVRPBased.latitude = lla[0] * RAD2DEG; in computeVRPBasedLla() 3698 locExt.llaVRPBased.longitude = lla[1] * RAD2DEG; in computeVRPBasedLla() 3699 locExt.llaVRPBased.altitude = lla[2]; in computeVRPBasedLla() 3700 locExt.flags |= GPS_LOCATION_EXTENDED_HAS_LLA_VRP_BASED; in computeVRPBasedLla()
|