/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | ublox6.cxx | 48 upm::Ublox6* nmea = new upm::Ublox6(0); in main() local 51 if (!nmea->setupTty(B9600)) in main() 73 if (nmea->dataAvailable()) in main() 75 int rv = nmea->readData(nmeaBuffer, bufferLength); in main() 95 delete nmea; in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | Ublox6Sample.java | 40 upm_ublox6.Ublox6 nmea = new upm_ublox6.Ublox6(0); in main() local 43 if (!nmea.setupTty()) { in main() 63 if (nmea.dataAvailable()) { in main() 64 int rv = nmea.readData(nmeaBuffer); in main()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 162 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 164 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|
/hardware/qcom/gps/msm8994/core/ |
D | LocAdapterBase.cpp | 94 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 99 virtual void reportNmea(const char* nmea, int length);
|
/hardware/qcom/gps/msm8084/core/ |
D | LocAdapterBase.cpp | 88 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 89 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 257 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
/hardware/qcom/gps/core/ |
D | LocAdapterBase.cpp | 94 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 99 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 287 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
/hardware/qcom/gps/msm8996/core/ |
D | LocAdapterBase.cpp | 95 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 99 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 288 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 291 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
/hardware/qcom/gps/msm8960/core/ |
D | LocAdapterBase.cpp | 96 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 87 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 227 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
D | LocApiBase.h | 98 void reportNmea(const char* nmea, int length);
|
/hardware/qcom/gps/msm8909/core/ |
D | LocAdapterBase.cpp | 95 reportNmea(const char* nmea, int length)
|
D | LocAdapterBase.h | 99 virtual void reportNmea(const char* nmea, int length);
|
D | LocApiBase.cpp | 288 void LocApiBase::reportNmea(const char* nmea, int length) in reportNmea() argument 291 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length)); in reportNmea()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 246 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 248 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 244 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 246 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 244 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 246 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | LocEngAdapter.cpp | 420 void LocEngAdapter::reportNmea(const char* nmea, int length) in reportNmea() argument 422 sendMsg(new LocEngReportNmea(mOwner, nmea, length)); in reportNmea()
|