HomeSort by relevance Sort by last modified time
    Searched refs:GpsLocation (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
gps.h 76 /** Flags to indicate which values are valid in a GpsLocation. */
80 /** GpsLocation has valid latitude and longitude. */
82 /** GpsLocation has valid altitude. */
84 /** GpsLocation has valid speed. */
86 /** GpsLocation has valid bearing. */
88 /** GpsLocation has valid accuracy. */
241 /** set to sizeof(GpsLocation) */
260 } GpsLocation;
337 typedef void (* gps_location_callback)(GpsLocation* location);
788 typedef void (*gps_geofence_transition_callback) (int32_t geofence_id, GpsLocation* location
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 79 static void location_callback(GpsLocation* location)
244 static void gps_geofence_transition_callback(int32_t geofence_id, GpsLocation* location,
258 static void gps_geofence_status_callback(int32_t status, GpsLocation* location)
  /device/generic/goldfish/gps/
gps_qemu.c 188 GpsLocation fix;

Completed in 27 milliseconds