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

  /external/chromium_org/content/browser/geolocation/
gps_location_provider_linux.h 24 struct gps_data_t;
50 scoped_ptr<gps_data_t> gps_data_;
gps_location_provider_unittest_linux.cc 25 static int gps_open_stub(const char*, const char*, struct gps_data_t*) {
31 static int gps_close_stub(struct gps_data_t*) {
35 static int gps_read_stub(struct gps_data_t*) {
gps_location_provider_linux.cc 70 : gps_data_(new gps_data_t),
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1598 struct gps_data_t { struct
    [all...]

Completed in 61 milliseconds