Searched refs:gpsCount (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp619 int gpsCount = 0; local
628 gpsCount++;
641 if (gpsCount <= 0)
652 sentenceCount = gpsCount/4 + (gpsCount % 4 != 0);
660 sentenceCount, sentenceNumber, gpsCount);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp616 int gpsCount = 0; local
625 gpsCount++;
638 if (gpsCount <= 0)
649 sentenceCount = gpsCount/4 + (gpsCount % 4 != 0);
657 sentenceCount, sentenceNumber, gpsCount);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp619 int gpsCount = 0; local
628 gpsCount++;
641 if (gpsCount <= 0)
652 sentenceCount = gpsCount/4 + (gpsCount % 4 != 0);
660 sentenceCount, sentenceNumber, gpsCount);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp619 int gpsCount = 0; local
628 gpsCount++;
641 if (gpsCount <= 0)
652 sentenceCount = gpsCount/4 + (gpsCount % 4 != 0);
660 sentenceCount, sentenceNumber, gpsCount);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp620 int gpsCount = 0; local
629 gpsCount++;
642 if (gpsCount <= 0)
653 sentenceCount = gpsCount/4 + (gpsCount % 4 != 0);
661 sentenceCount, sentenceNumber, gpsCount);

Completed in 87 milliseconds