Searched refs:location (Results 1 - 25 of 47) sorted by relevance

12

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h40 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
H A Dloc_eng_nmea.cpp117 const UlpLocation &location,
128 time_t utcTime(location.gpsLocation.timestamp/1000);
217 if (location.gpsLocation.flags & GPS_LOCATION_HAS_BEARING)
219 float magTrack = location.gpsLocation.bearing;
222 float magTrack = location.gpsLocation.bearing - locationExtended.magneticDeviation;
229 length = snprintf(pMarker, lengthRemaining, "$GPVTG,%.1lf,T,%.1lf,M,", location.gpsLocation.bearing, magTrack);
244 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
246 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
247 float speedKmPerHour = location.gpsLocation.speed * 3.6;
264 if (!(location
116 loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea) argument
[all...]
H A Dloc.h42 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
H A DLocEngAdapter.cpp170 void LocInternalAdapter::reportPosition(UlpLocation &location, argument
177 location,
185 void LocEngAdapter::reportPosition(UlpLocation &location, argument
191 if (! mUlp->reportPosition(location,
196 mInternalAdapter->reportPosition(location,
H A DLocEngAdapter.h53 virtual void reportPosition(UlpLocation &location,
269 virtual void reportPosition(UlpLocation &location,
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.h40 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
H A Dloc_eng_nmea.cpp113 const UlpLocation &location,
124 time_t utcTime(location.gpsLocation.timestamp/1000);
213 if (location.gpsLocation.flags & GPS_LOCATION_HAS_BEARING)
215 float magTrack = location.gpsLocation.bearing;
218 float magTrack = location.gpsLocation.bearing - locationExtended.magneticDeviation;
225 length = snprintf(pMarker, lengthRemaining, "$GPVTG,%.1lf,T,%.1lf,M,", location.gpsLocation.bearing, magTrack);
240 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
242 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
243 float speedKmPerHour = location.gpsLocation.speed * 3.6;
260 if (!(location
112 loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea) argument
[all...]
H A Dloc.h42 typedef void (*loc_location_cb_ext) (UlpLocation* location, void* locExt);
H A DLocEngAdapter.cpp101 void LocInternalAdapter::reportPosition(UlpLocation &location, argument
108 location,
116 void LocEngAdapter::reportPosition(UlpLocation &location, argument
122 if (! mUlp->reportPosition(location,
127 mInternalAdapter->reportPosition(location,
H A Dloc.cpp54 static void local_loc_cb(UlpLocation* location, void* locExt);
219 Initialize the location engine, this include setting up global datas
220 and registers location engien with loc api service.
281 Cleans location engine. The location client handle will be released.
440 This is used by Java native function to do location injection.
887 static void local_loc_cb(UlpLocation* location, void* locExt) argument
890 if (NULL != location) {
891 CALLBACK_LOG_CALLFLOW("location_cb - from", %d, location->position_source);
894 gps_loc_cb(&location
[all...]
H A DLocEngAdapter.h53 virtual void reportPosition(UlpLocation &location,
242 virtual void reportPosition(UlpLocation &location,
/hardware/qcom/gps/msm8960/core/
H A DUlpProxyBase.h45 inline virtual bool reportPosition(UlpLocation &location, argument
H A DLocAdapterBase.cpp76 reportPosition(UlpLocation &location,
H A DLocAdapterBase.h78 virtual void reportPosition(UlpLocation &location,
/hardware/qcom/gps/core/
H A DUlpProxyBase.h54 inline virtual bool reportPosition(UlpLocation &location, argument
H A DLocAdapterBase.cpp68 reportPosition(UlpLocation &location,
H A DLocAdapterBase.h80 virtual void reportPosition(UlpLocation &location,
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c50 char* location2string(psb_xrandr_location location) argument
52 switch (location) {
174 psb_xrandr_info->local_crtc[0]->location = NORMAL;
178 psb_xrandr_info->local_crtc[1]->location = NORMAL;
197 extend_crtc->location = NORMAL;
202 extend_crtc->location = ABOVE;
204 extend_crtc->location = BELOW;
206 extend_crtc->location = LEFT_OF;
208 extend_crtc->location = RIGHT_OF;
219 psb_xrandr_info->extend_crtc->location
721 psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation) argument
[all...]
H A Dpsb_xrandr.h117 psb_xrandr_location location; member in struct:_psb_xrandr_crtc_s
181 VAStatus psb_xrandr_extend_crtc_coordinate(psb_output_device *extend_device_enabled, int *x, int *y, int *width, int *height, psb_xrandr_location *location, Rotation *rotation);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp683 UlpLocation location = {0}; local
686 location.size = sizeof(location);
700 location.gpsLocation.flags |= GPS_LOCATION_HAS_LAT_LONG;
701 location.gpsLocation.latitude = location_report_ptr->latitude;
702 location.gpsLocation.longitude = location_report_ptr->longitude;
707 location.gpsLocation.timestamp = location_report_ptr->timestamp_utc;
713 location.gpsLocation.flags |= GPS_LOCATION_HAS_ALTITUDE;
714 location.gpsLocation.altitude = location_report_ptr->altitude_wrt_ellipsoid;
721 location
[all...]
/hardware/libhardware/include/hardware/
H A Dfused_location.h26 * like GPS, Wifi, Cell, Sensors, Bluetooth etc to provide a fused location to the
30 * the hardware fused location. Other location features like geofencing will
45 * Name for the FLP location interface
50 * Name for the FLP location interface
86 * flp_location_callback on every location fix. However,
88 * a location callback every single time the location
93 * continue while location fixes are reported in real time.
117 /** Represents a location
[all...]
/hardware/intel/img/libdrm/shared-core/
H A Dxgi_drm.h68 unsigned int location; member in struct:xgi_mem_alloc
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c93 * Has the side effect of filling the channels[i].location values used
102 channels[i].location = bytes;
104 channels[i].location = bytes - bytes%channels[i].bytes
106 bytes = channels[i].location + channels[i].bytes;
138 * location offsets.
150 print2byte(*(uint16_t *)(data + infoarray[k].location),
152 //tmp = data + infoarray[k].location;
156 int32_t val = *(int32_t *)(data + infoarray[k].location);
165 int64_t val = *(int64_t *)(data + infoarray[k].location);
/hardware/qcom/display/msm8226/
H A Dcommon.mk49 # This check is to pick the kernel headers from the right location.
/hardware/qcom/display/msm8974/
H A Dcommon.mk45 # This check is to pick the kernel headers from the right location.

Completed in 358 milliseconds

12