HomeSort by relevance Sort by last modified time
    Searched refs:reportNmea (Results 1 - 25 of 57) sorted by null

1 2 3

  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.cpp 88 reportNmea(const char* nmea, int length)
LocAdapterBase.h 89 virtual void reportNmea(const char* nmea, int length);
LocApiBase.h 112 void reportNmea(const char* nmea, int length);
LocApiBase.cpp 257 void LocApiBase::reportNmea(const char* nmea, int length)
260 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
  /hardware/qcom/gps/msm8909w_3100/core/
UlpProxyBase.h 114 inline virtual bool reportNmea(const char* nmea, int length)
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 87 virtual void reportNmea(const char* nmea, int length);
LocAdapterBase.cpp 96 reportNmea(const char* nmea, int length)
LocApiBase.h 98 void reportNmea(const char* nmea, int length);
LocApiBase.cpp 227 void LocApiBase::reportNmea(const char* nmea, int length)
230 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
  /hardware/qcom/gps/msm8998/core/
UlpProxyBase.h 114 inline virtual bool reportNmea(const char* nmea, int length)
  /hardware/qcom/gps/core/
LocAdapterBase.cpp 94 reportNmea(const char* nmea, int length)
LocAdapterBase.h 99 virtual void reportNmea(const char* nmea, int length);
LocApiBase.cpp 287 void LocApiBase::reportNmea(const char* nmea, int length)
290 TO_ALL_LOCADAPTERS(mLocAdapters[i]->reportNmea(nmea, length));
  /hardware/qcom/gps/msm8909/core/
LocAdapterBase.cpp 95 reportNmea(const char* nmea, int length)
LocAdapterBase.h 99 virtual void reportNmea(const char* nmea, int length);
  /hardware/qcom/gps/msm8994/core/
LocAdapterBase.cpp 94 reportNmea(const char* nmea, int length)
LocAdapterBase.h 99 virtual void reportNmea(const char* nmea, int length);
  /hardware/qcom/gps/msm8996/core/
LocAdapterBase.cpp 95 reportNmea(const char* nmea, int length)
LocAdapterBase.h 99 virtual void reportNmea(const char* nmea, int length);
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 61 void reportNmea(const rpc_loc_nmea_report_s_type *nmea_report_ptr);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 61 void reportNmea(const rpc_loc_nmea_report_s_type *nmea_report_ptr);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 61 void reportNmea(const rpc_loc_nmea_report_s_type *nmea_report_ptr);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 61 void reportNmea(const rpc_loc_nmea_report_s_type *nmea_report_ptr);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 61 void reportNmea(const rpc_loc_nmea_report_s_type *nmea_report_ptr);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 162 void LocEngAdapter::reportNmea(const char* nmea, int length)

Completed in 345 milliseconds

1 2 3