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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp1243 const char *gpsLatStr = local
1245 if (gpsLatStr != NULL) {
1264 validatedParams.gpsCoordinates[0] = strtod(gpsLatStr, &endPtr);
1265 if (errno || endPtr == gpsLatStr) {
1266 ALOGE("%s: Malformed GPS latitude: %s", __FUNCTION__, gpsLatStr);

Completed in 58 milliseconds