Home
last modified time | relevance | path

Searched refs:DEBUG_NMEA_MAXSIZE (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/utils/
Dloc_nmea.h47 #define DEBUG_NMEA_MAXSIZE 4096 macro
50 (length >= DEBUG_NMEA_MINSIZE) && (length <= DEBUG_NMEA_MAXSIZE) && in loc_nmea_is_debug()
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_nmea.h47 #define DEBUG_NMEA_MAXSIZE 4096 macro
50 (length >= DEBUG_NMEA_MINSIZE) && (length <= DEBUG_NMEA_MAXSIZE) && in loc_nmea_is_debug()
/hardware/qcom/gps/msm8998/core/
DSystemStatus.cpp85 static const uint32_t NMEA_MAXSIZE = DEBUG_NMEA_MAXSIZE;
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.cpp89 static const uint32_t NMEA_MAXSIZE = DEBUG_NMEA_MAXSIZE;