Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/core/
DSystemStatus.h436 bool setNmeaString(const char *data, uint32_t len);
DSystemStatus.cpp1393 bool SystemStatus::setNmeaString(const char *data, uint32_t len) in setNmeaString() function in loc_core::SystemStatus
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.h635 bool setNmeaString(const char *data, uint32_t len);
DSystemStatus.cpp1459 bool SystemStatus::setNmeaString(const char *data, uint32_t len) in setNmeaString() function in loc_core::SystemStatus
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2041 ret = s->setNmeaString(mNmea, mLength); in reportNmeaEvent()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp2137 ret = s->setNmeaString(mNmea, mLength); in reportNmeaEvent()