Home | History | Annotate | Download | only in HAL3

Lines Matching refs:coord

1335  *   @coord     : [output]  ptr to struct to store coordinate
1341 int parseGPSCoordinate(const char *coord_str, rat_t* coord)
1343 if(coord == NULL) {
1344 ALOGE("%s: error, invalid argument coord == NULL", __func__);
1354 getRational(&coord[0], (int)degF, 1);
1355 getRational(&coord[1], (int)minF, 1);
1356 getRational(&coord[2], (int)(secF * 10000), 10000);