Searched defs:longitude (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng.cpp73 static int loc_eng_inject_location(double latitude, double longitude, float accuracy);
532 static int loc_eng_inject_location (double latitude, double longitude, float accuracy) argument
772 location.longitude = location_report_ptr->longitude;
/hardware/libhardware/include/hardware/
H A Dgps.h80 /** GpsLocation has valid latitude and longitude. */
239 /** Represents longitude in degrees. */
240 double longitude; member in struct:__anon131
408 * latitude and longitude are measured in degrees
411 int (*inject_location)(double latitude, double longitude, float accuracy);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp47 double longitude = 0.0; variable
1208 printf(" d. Longitude: %.7lf\n", longitude);
1239 longitude += degree_by_step;
1241 if (longitude > 180.0) {
1242 longitude -= 360.0;
1245 snprintf(coord_str, 7, "%.7lf", longitude);
/hardware/msm7k/libcamera/
H A Dcamera_ifc.h401 double longitude; /* degrees */ member in struct:__anon188
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h97 double longitude; member in struct:rpc_loc_parsed_position_s_type
738 double longitude; member in struct:rpc_loc_assist_data_pos_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h91 double longitude; member in struct:rpc_loc_parsed_position_s_type
711 double longitude; member in struct:rpc_loc_assist_data_pos_s_type

Completed in 586 milliseconds