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

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

Completed in 78 milliseconds