Home
last modified time | relevance | path

Searched refs:locationInfo (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/sm8150p/gps/gnss/
Dlocation_gnss.cpp61 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo);
381 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo) in injectLocationExt() argument
384 gGnssAdapter->injectLocationExtCommand(locationInfo); in injectLocationExt()
DGnssAdapter.cpp1899 GnssAdapter::injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo) in injectLocationExtCommand() argument
1902 locationInfo.location.latitude, locationInfo.location.longitude, in injectLocationExtCommand()
1903 locationInfo.location.accuracy, locationInfo.location.techMask); in injectLocationExtCommand()
1911 GnssLocationInfoNotification locationInfo) : in injectLocationExtCommand()
1915 mLocationInfo(locationInfo) {} in injectLocationExtCommand()
1922 sendMsg(new MsgInjectLocationExt(*mLocApi, *mContext, locationInfo)); in injectLocationExtCommand()
3218 GnssLocationInfoNotification locationInfo = {}; in reportPosition() local
3219 convertLocationInfo(locationInfo, locationExtended); in reportPosition()
3220 convertLocation(locationInfo.location, ulpLocation, locationExtended, techMask); in reportPosition()
3226 it->second.gnssLocationInfoCb(locationInfo); in reportPosition()
[all …]
DGnssAdapter.h449 void injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm7150/gps/gnss/
Dlocation_gnss.cpp61 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo);
396 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo) in injectLocationExt() argument
399 gGnssAdapter->injectLocationExtCommand(locationInfo); in injectLocationExt()
DGnssAdapter.cpp1965 GnssAdapter::injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo) in injectLocationExtCommand() argument
1968 locationInfo.location.latitude, locationInfo.location.longitude, in injectLocationExtCommand()
1969 locationInfo.location.accuracy, locationInfo.location.techMask); in injectLocationExtCommand()
1977 GnssLocationInfoNotification locationInfo) : in injectLocationExtCommand()
1981 mLocationInfo(locationInfo) {} in injectLocationExtCommand()
1988 sendMsg(new MsgInjectLocationExt(*mLocApi, *mContext, locationInfo)); in injectLocationExtCommand()
3370 GnssLocationInfoNotification locationInfo = {}; in reportPosition() local
3371 convertLocationInfo(locationInfo, locationExtended); in reportPosition()
3372 convertLocation(locationInfo.location, ulpLocation, locationExtended, techMask); in reportPosition()
3378 it->second.gnssLocationInfoCb(locationInfo); in reportPosition()
[all …]
DGnssAdapter.h488 void injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm7250/gps/gnss/
Dlocation_gnss.cpp61 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo);
429 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo) in injectLocationExt() argument
432 gGnssAdapter->injectLocationExtCommand(locationInfo); in injectLocationExt()
DGnssAdapter.cpp2313 GnssAdapter::injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo) in injectLocationExtCommand() argument
2316 locationInfo.location.latitude, locationInfo.location.longitude, in injectLocationExtCommand()
2317 locationInfo.location.accuracy, locationInfo.location.techMask); in injectLocationExtCommand()
2325 GnssLocationInfoNotification locationInfo) : in injectLocationExtCommand()
2329 mLocationInfo(locationInfo) {} in injectLocationExtCommand()
2336 sendMsg(new MsgInjectLocationExt(*mLocApi, *mContext, locationInfo)); in injectLocationExtCommand()
3976 GnssLocationInfoNotification locationInfo = {}; in reportPosition() local
3977 convertLocationInfo(locationInfo, locationExtended, status); in reportPosition()
3978 convertLocation(locationInfo.location, ulpLocation, locationExtended); in reportPosition()
3984 it->second.gnssLocationInfoCb(locationInfo); in reportPosition()
[all …]
DGnssAdapter.h610 void injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm8150/gps/gnss/
Dlocation_gnss.cpp61 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo);
429 static void injectLocationExt(const GnssLocationInfoNotification &locationInfo) in injectLocationExt() argument
432 gGnssAdapter->injectLocationExtCommand(locationInfo); in injectLocationExt()
DGnssAdapter.cpp2312 GnssAdapter::injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo) in injectLocationExtCommand() argument
2315 locationInfo.location.latitude, locationInfo.location.longitude, in injectLocationExtCommand()
2316 locationInfo.location.accuracy, locationInfo.location.techMask); in injectLocationExtCommand()
2324 GnssLocationInfoNotification locationInfo) : in injectLocationExtCommand()
2328 mLocationInfo(locationInfo) {} in injectLocationExtCommand()
2335 sendMsg(new MsgInjectLocationExt(*mLocApi, *mContext, locationInfo)); in injectLocationExtCommand()
3975 GnssLocationInfoNotification locationInfo = {}; in reportPosition() local
3976 convertLocationInfo(locationInfo, locationExtended, status); in reportPosition()
3977 convertLocation(locationInfo.location, ulpLocation, locationExtended); in reportPosition()
3983 it->second.gnssLocationInfoCb(locationInfo); in reportPosition()
[all …]
DGnssAdapter.h610 void injectLocationExtCommand(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm8150p/gps/location/
Dlocation_interface.h89 void (*injectLocationExt)(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm7150/gps/location/
Dlocation_interface.h89 void (*injectLocationExt)(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm7250/gps/location/
Dlocation_interface.h90 void (*injectLocationExt)(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm8150/gps/location/
Dlocation_interface.h90 void (*injectLocationExt)(const GnssLocationInfoNotification &locationInfo);
/hardware/qcom/sm7150/gps/core/
DLocApiBase.h218 virtual void injectPosition(const GnssLocationInfoNotification &locationInfo,
/hardware/qcom/sm8150p/gps/core/
DLocApiBase.h218 virtual void injectPosition(const GnssLocationInfoNotification &locationInfo,
/hardware/qcom/sm7250/gps/core/
DLocApiBase.h230 virtual void injectPosition(const GnssLocationInfoNotification &locationInfo,
/hardware/qcom/sm8150/gps/core/
DLocApiBase.h230 virtual void injectPosition(const GnssLocationInfoNotification &locationInfo,
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1878 GnssLocationInfoNotification locationInfo = {}; in reportPosition() local
1879 convertLocationInfo(locationInfo, locationExtended); in reportPosition()
1880 it->second.gnssLocationInfoCb(locationInfo); in reportPosition()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp1972 GnssLocationInfoNotification locationInfo = {}; in reportPosition() local
1973 convertLocationInfo(locationInfo, locationExtended); in reportPosition()
1974 it->second.gnssLocationInfoCb(locationInfo); in reportPosition()