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

/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
H A Djavaupm_hmc5883l.i16 %typemap(out) int16_t *coordinates {
H A Dhmc5883l.h80 * Returns a pointer to an int[3] that contains the coordinates as ints
84 int16_t* coordinates();
H A Dhmc5883l.cxx156 Hmc5883l::coordinates(void) function in class:Hmc5883l
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dhmc5883l.cxx39 // Print out the coordinates, heading, and direction every second
41 compass->update(); // Update the coordinates
42 pos = compass->coordinates();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dhmc5883l.py34 pos = hmc.coordinates() # Read raw coordinates
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DHmc5883lSample.java47 // Update the coordinates
50 pos = compas.coordinates();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dhmc5883l.js36 // Print out the coordinates, heading, and direction every second
39 myCompass.update(); // Update the coordinates
40 coordsObj = myCompass.coordinates();
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp3710 IF_META_AVAILABLE(double, coordinates, CAM_INTF_META_JPEG_GPS_COORDINATES, metadata) {
3711 memcpy(settings->gps_coordinates, coordinates, 3*sizeof(double));
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp3751 IF_META_AVAILABLE(double, coordinates, CAM_INTF_META_JPEG_GPS_COORDINATES, metadata) {
3752 memcpy(settings->gps_coordinates, coordinates, 3*sizeof(double));

Completed in 1111 milliseconds