/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | bmpx8x.js | 32 var pressure, temperature, altitude, sealevel; variable 40 var altitude = myBarometerObj.getAltitude(); 44 BMPX8Xresults += ", altitude value = " + altitude;
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | bmpx8x.cxx | 49 float altitude = 0; in main() local 60 altitude = sensor->getAltitude (); in main() 66 altitude << in main()
|
D | mpl3115a2.cxx | 53 float altitude = 0.0; in main() local 63 altitude = sensor->getAltitude(); in main() 69 altitude << in main()
|
/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/ |
D | bmpx8x.cxx | 163 float altitude; in getAltitude() local 167 altitude = 44330 * (1.0 - pow(pressure /sealevelPressure,0.1903)); in getAltitude() 169 return altitude; in getAltitude()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_script.cpp | 76 extern double altitude; 967 altitude += 12345.67890123456789; in execute_functional_script() 968 if (altitude > 100000.0) in execute_functional_script() 970 altitude -= 200000.0; in execute_functional_script() 972 snprintf(coord_str, 7, "%.7lf", altitude); in execute_functional_script()
|
D | camera_test_menu.cpp | 46 double altitude = 0.0; variable 1211 printf(" c. Altitude: %.7lf\n", altitude); in menu_gps() 1256 altitude += 12345.67890123456789; in menu_gps() 1258 if (altitude > 100000.0) { in menu_gps() 1259 altitude -= 200000.0; in menu_gps() 1262 snprintf(coord_str, 100, "%.20lf", altitude); in menu_gps()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | rtt.h | 250 int altitude; // Altitude in units of 1/256 m member
|
/hardware/libhardware/include/hardware/ |
D | fused_location.h | 165 double altitude; member
|
D | gps.h | 539 double altitude; member
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 134 extern double altitude; 1373 altitude += 12345.67890123456789; in execute_functional_script() 1374 if (altitude > 100000.0) in execute_functional_script() 1376 altitude -= 200000.0; in execute_functional_script() 1378 snprintf(coord_str, 7, "%.7lf", altitude); in execute_functional_script()
|
D | camera_test_menu.cpp | 66 double altitude = 0.0; variable 2365 printf(" c. Altitude: %.7lf\n", altitude); in menu_gps() 2410 altitude += 12345.67890123456789; in menu_gps() 2412 if (altitude > 100000.0) { in menu_gps() 2413 altitude -= 200000.0; in menu_gps() 2416 snprintf(coord_str, 100, "%.20lf", altitude); in menu_gps()
|
/hardware/qcom/gps/msm8994/core/ |
D | gps_extended_c.h | 287 double altitude; member
|
D | LocApiBase.cpp | 242 location.gpsLocation.altitude, location.gpsLocation.speed, in reportPosition()
|
/hardware/qcom/gps/msm8084/core/ |
D | gps_extended_c.h | 272 double altitude; member
|
/hardware/qcom/gps/core/ |
D | gps_extended_c.h | 287 double altitude; member
|
D | LocApiBase.cpp | 242 location.gpsLocation.altitude, location.gpsLocation.speed, in reportPosition()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraParametersIntf.h | 132 int32_t getExifAltitude(rat_t *altitude, char *altRef);
|
D | QCameraParametersIntf.cpp | 416 int32_t QCameraParametersIntf::getExifAltitude(rat_t *altitude, char *altRef) in getExifAltitude() argument 420 return mImpl->getExifAltitude(altitude, altRef); in getExifAltitude()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.cpp | 2242 int32_t getExifAltitude(rat_t *altitude, char *altRef, double argValue) in getExifAltitude() argument 2253 return getRational(altitude, (int)(value * 1000), 1000); in getExifAltitude() 2465 rat_t altitude; in getExifData() local 2467 rc = getExifAltitude(&altitude, &altRef, in getExifData() 2473 (void *)&(altitude)); in getExifData()
|
/hardware/qcom/gps/msm8909/core/ |
D | LocApiBase.cpp | 242 location.gpsLocation.altitude, location.gpsLocation.speed, in reportPosition()
|
/hardware/qcom/gps/msm8996/core/ |
D | LocApiBase.cpp | 242 location.gpsLocation.altitude, location.gpsLocation.speed, in reportPosition()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 544 … location.gpsLocation.altitude - locationExtended.altitudeMeanSeaLevel); in loc_eng_nmea_generate_pos()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 551 … location.gpsLocation.altitude - locationExtended.altitudeMeanSeaLevel); in loc_eng_nmea_generate_pos()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 552 … location.gpsLocation.altitude - locationExtended.altitudeMeanSeaLevel); in loc_eng_nmea_generate_pos()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_nmea.cpp | 551 … location.gpsLocation.altitude - locationExtended.altitudeMeanSeaLevel); in loc_eng_nmea_generate_pos()
|