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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1498 const char *gpsLatStr = local
1500 if (gpsLatStr != NULL) {
1519 validatedParams.gpsCoordinates[0] = strtod(gpsLatStr, &endPtr);
1520 if (errno || endPtr == gpsLatStr) {
1521 ALOGE("%s: Malformed GPS latitude: %s", __FUNCTION__, gpsLatStr);

Completed in 22 milliseconds