HomeSort by relevance Sort by last modified time
    Searched full:gnssdebug (Results 1 - 25 of 35) sorted by null

1 2

  /hardware/interfaces/gnss/1.0/default/
GnssDebug.cpp 21 #include "GnssDebug.h"
29 GnssDebug::GnssDebug(const GpsDebugInterface* gpsDebugIface) : mGnssDebugIface(gpsDebugIface) {}
32 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb) {
Android.bp 12 "GnssDebug.cpp",
GnssDebug.h 38 struct GnssDebug : public IGnssDebug {
39 GnssDebug(const GpsDebugInterface* gpsDebugIface);
Gnss.h 24 #include <GnssDebug.h>
161 sp<GnssDebug> mGnssDebug = nullptr;
  /hardware/qcom/gps/msm8909w_3100/android/location_api/
LocationUtil.cpp 97 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out)
101 out = GnssDebug::SatelliteEphemerisType::EPHEMERIS;
104 out = GnssDebug::SatelliteEphemerisType::ALMANAC_ONLY;
108 out = GnssDebug::SatelliteEphemerisType::NOT_AVAILABLE;
113 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out)
117 out = GnssDebug::SatelliteEphemerisSource::DEMODULATED;
120 out = GnssDebug::SatelliteEphemerisSource::SUPL_PROVIDED;
123 out = GnssDebug::SatelliteEphemerisSource::OTHER_SERVER_PROVIDED;
128 out = GnssDebug::SatelliteEphemerisSource::OTHER;
133 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out
    [all...]
LocationUtil.h 35 #include <GnssDebug.h>
45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out);
46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out);
47 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out);
  /hardware/qcom/gps/msm8998/android/location_api/
LocationUtil.cpp 97 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out)
101 out = GnssDebug::SatelliteEphemerisType::EPHEMERIS;
104 out = GnssDebug::SatelliteEphemerisType::ALMANAC_ONLY;
108 out = GnssDebug::SatelliteEphemerisType::NOT_AVAILABLE;
113 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out)
117 out = GnssDebug::SatelliteEphemerisSource::DEMODULATED;
120 out = GnssDebug::SatelliteEphemerisSource::SUPL_PROVIDED;
123 out = GnssDebug::SatelliteEphemerisSource::OTHER_SERVER_PROVIDED;
128 out = GnssDebug::SatelliteEphemerisSource::OTHER;
133 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out
    [all...]
LocationUtil.h 35 #include <GnssDebug.h>
45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out);
46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out);
47 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out);
  /hardware/interfaces/gnss/1.1/default/
Android.bp 8 "GnssDebug.cpp",
GnssDebug.cpp 17 #define LOG_TAG "GnssDebug"
22 #include "GnssDebug.h"
31 Return<void> GnssDebug::getDebugData(V1_0::IGnssDebug::getDebugData_cb _hidl_cb) {
GnssDebug.h 37 struct GnssDebug : public IGnssDebug {
Gnss.cpp 8 #include "GnssDebug.h"
133 return new GnssDebug();
  /hardware/qcom/gps/msm8909w_3100/android/
GnssDebug.h 39 struct GnssDebug : public IGnssDebug {
40 GnssDebug(Gnss* gnss);
41 ~GnssDebug() {};
GnssDebug.cpp 22 #include "GnssDebug.h"
36 GnssDebug::GnssDebug(Gnss* gnss) : mGnss(gnss)
46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb)
53 LOC_LOGE("GnssDebug - Null GNSS interface");
Android.mk 16 GnssDebug.cpp \
Gnss.h 31 #include <GnssDebug.h>
Gnss.cpp 315 mGnssDebug = new GnssDebug(this);
  /hardware/qcom/gps/msm8998/android/
GnssDebug.h 39 struct GnssDebug : public IGnssDebug {
40 GnssDebug(Gnss* gnss);
41 ~GnssDebug() {};
GnssDebug.cpp 22 #include "GnssDebug.h"
36 GnssDebug::GnssDebug(Gnss* gnss) : mGnss(gnss)
46 Return<void> GnssDebug::getDebugData(getDebugData_cb _hidl_cb)
53 LOC_LOGE("GnssDebug - Null GNSS interface");
Android.mk 24 GnssDebug.cpp \
Gnss.h 31 #include <GnssDebug.h>
  /test/vts-testcase/hal/gnss/V1_0/build/
Android.bp 21 "android/hardware/gnss/1.0/GnssDebug.vts",
54 "android/hardware/gnss/1.0/GnssDebug.vts.cpp",
86 "android/hardware/gnss/1.0/GnssDebug.vts.h",
131 "android/hardware/gnss/1.0/GnssDebug.vts.cpp",
163 "android/hardware/gnss/1.0/GnssDebug.vts.h",
  /test/vts-testcase/hal/gnss/V1_0/host/binderize/
AndroidTest.xml 31 <option name="push" value="spec/hardware/interfaces/gnss/1.0/vts/GnssDebug.vts->/data/local/tmp/spec/android/hardware/gnss/1.0/GnssDebug.vts" />
  /hardware/interfaces/gnss/1.1/vts/functional/
gnss_hal_test_cases.cpp 387 * Ensures that GnssDebug values make sense.
390 auto gnssDebug = gnss_hal_->getExtensionGnssDebug();
391 ASSERT_TRUE(gnssDebug.isOk());
393 sp<IGnssDebug> iGnssDebug = gnssDebug;
  /hardware/interfaces/gnss/1.0/vts/functional/
VtsHalGnssV1_0TargetTest.cpp 457 auto gnssDebug = gnss_hal_->getExtensionGnssDebug();
458 ASSERT_TRUE(gnssDebug.isOk());
460 sp<IGnssDebug> iGnssDebug = gnssDebug;

Completed in 389 milliseconds

1 2