HomeSort by relevance Sort by last modified time
    Searched refs:gnss (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /hardware/interfaces/gnss/1.0/
IGnssBatchingCallback.hal 17 package android.hardware.gnss@1.0;
30 * @param locations GNSS Location information from HAL.
IGnssNi.hal 17 package android.hardware.gnss@1.0;
37 * @param userResponse A GNSS Ni response indicating if the notification was
IAGnssRilCallback.hal 17 package android.hardware.gnss@1.0;
IGnssMeasurement.hal 17 package android.hardware.gnss@1.0;
22 * Extended interface for GNSS Measurements support.
IGnssNavigationMessage.hal 17 package android.hardware.gnss@1.0;
22 * Extended interface for GNSS navigation message reporting support.
  /hardware/qcom/gps/msm8998/android/
service.cpp 21 #define LOG_TAG "android.hardware.gnss@1.0-service-qti"
23 #include <android/hardware/gnss/1.0/IGnss.h>
26 using android::hardware::gnss::V1_0::IGnss;
GnssDebug.h 21 #include <android/hardware/gnss/1.0/IGnssDebug.h>
26 namespace gnss { namespace in namespace:android::hardware
30 using ::android::hardware::gnss::V1_0::IGnssDebug;
37 /* Interface for GNSS Debug support. */
38 struct Gnss;
40 GnssDebug(Gnss* gnss);
44 * Methods from ::android::hardware::gnss::V1_0::IGnssDebug follow.
50 Gnss* mGnss = nullptr;
55 } // namespace gnss
    [all...]
AGnssRil.h 24 #include <android/hardware/gnss/1.0/IAGnssRil.h>
30 namespace gnss { namespace in namespace:android::hardware
34 using ::android::hardware::gnss::V1_0::IAGnssRil;
35 using ::android::hardware::gnss::V1_0::IAGnssRilCallback;
42 struct Gnss;
44 * Extended interface for AGNSS RIL support. An Assisted GNSS Radio Interface Layer interface
45 * allows the GNSS chipset to request radio interface layer information from Android platform.
48 * IAGnssiRilCallback interface to be passed into the conventional implementation of the GNSS HAL.
51 AGnssRil(Gnss* gnss);
    [all...]
GnssConfiguration.h 25 #include <android/hardware/gnss/1.0/IGnssConfiguration.h>
30 namespace gnss { namespace in namespace:android::hardware
34 using ::android::hardware::gnss::V1_0::IGnssConfiguration;
42 * Interface for passing GNSS configuration info from platform to HAL.
44 struct Gnss;
46 GnssConfiguration(Gnss* gnss);
50 * Methods from ::android::hardware::gnss::V1_0::IGnssConfiguration follow.
62 Gnss* mGnss = nullptr;
67 } // namespace gnss
    [all...]
AGnss.h 24 #include <android/hardware/gnss/1.0/IAGnss.h>
29 namespace gnss { namespace in namespace:android::hardware
33 using ::android::hardware::gnss::V1_0::IAGnss;
34 using ::android::hardware::gnss::V1_0::IAGnssCallback;
41 struct Gnss;
44 AGnss(Gnss* gnss);
47 * Methods from ::android::hardware::gnss::V1_0::IAGnss interface follow.
62 /* Data call setup callback passed down to GNSS HAL implementation */
66 Gnss* mGnss = nullptr
    [all...]
GnssNi.h 24 #include <android/hardware/gnss/1.0/IGnssNi.h>
29 namespace gnss { namespace in namespace:android::hardware
33 using ::android::hardware::gnss::V1_0::IGnssNi;
34 using ::android::hardware::gnss::V1_0::IGnssNiCallback;
41 struct Gnss;
43 GnssNi(Gnss* gnss);
47 * Methods from ::android::hardware::gnss::V1_0::IGnssNi follow.
66 Gnss* mGnss = nullptr;
71 } // namespace gnss
    [all...]
  /hardware/qcom/gps/sdm845/android/
service.cpp 21 #define LOG_TAG "android.hardware.gnss@1.0-service-qti"
23 #include <android/hardware/gnss/1.0/IGnss.h>
26 using android::hardware::gnss::V1_0::IGnss;
GnssDebug.h 21 #include <android/hardware/gnss/1.0/IGnssDebug.h>
26 namespace gnss { namespace in namespace:android::hardware
30 using ::android::hardware::gnss::V1_0::IGnssDebug;
37 /* Interface for GNSS Debug support. */
38 struct Gnss;
40 GnssDebug(Gnss* gnss);
44 * Methods from ::android::hardware::gnss::V1_0::IGnssDebug follow.
50 Gnss* mGnss = nullptr;
55 } // namespace gnss
    [all...]
AGnssRil.h 24 #include <android/hardware/gnss/1.0/IAGnssRil.h>
30 namespace gnss { namespace in namespace:android::hardware
34 using ::android::hardware::gnss::V1_0::IAGnssRil;
35 using ::android::hardware::gnss::V1_0::IAGnssRilCallback;
42 struct Gnss;
44 * Extended interface for AGNSS RIL support. An Assisted GNSS Radio Interface Layer interface
45 * allows the GNSS chipset to request radio interface layer information from Android platform.
48 * IAGnssiRilCallback interface to be passed into the conventional implementation of the GNSS HAL.
51 AGnssRil(Gnss* gnss);
    [all...]
GnssConfiguration.h 25 #include <android/hardware/gnss/1.0/IGnssConfiguration.h>
30 namespace gnss { namespace in namespace:android::hardware
34 using ::android::hardware::gnss::V1_0::IGnssConfiguration;
42 * Interface for passing GNSS configuration info from platform to HAL.
44 struct Gnss;
46 GnssConfiguration(Gnss* gnss);
50 * Methods from ::android::hardware::gnss::V1_0::IGnssConfiguration follow.
62 Gnss* mGnss = nullptr;
67 } // namespace gnss
    [all...]
  /hardware/interfaces/gnss/1.0/default/
GnssUtils.h 21 #include <android/hardware/gnss/1.0/types.h>
25 namespace gnss { namespace in namespace:android::hardware
43 } // namespace gnss
service.cpp 1 #define LOG_TAG "android.hardware.gnss@1.0-service"
3 #include <android/hardware/gnss/1.0/IGnss.h>
9 using android::hardware::gnss::V1_0::IGnss;
13 // The GNSS HAL may communicate to other vendor components via
GnssDebug.h 20 #include <android/hardware/gnss/1.0/IGnssDebug.h>
26 namespace gnss { namespace in namespace:android::hardware
30 using ::android::hardware::gnss::V1_0::IGnssDebug;
37 /* Interface for GNSS Debug support. */
42 * Methods from ::android::hardware::gnss::V1_0::IGnssDebug follow.
58 } // namespace gnss
GnssMeasurement.h 21 #include <android/hardware/gnss/1.0/IGnssMeasurement.h>
27 namespace gnss { namespace in namespace:android::hardware
31 using ::android::hardware::gnss::V1_0::IGnssMeasurement;
32 using ::android::hardware::gnss::V1_0::IGnssMeasurementCallback;
42 * Extended interface for GNSS Measurements support. Also contains wrapper methods to allow methods
44 * GNSS HAL.
50 * Methods from ::android::hardware::gnss::V1_0::IGnssMeasurement follow.
58 * Callback methods to be passed into the conventional GNSS HAL by the default
80 } // namespace gnss
GnssNavigationMessage.h 20 #include <android/hardware/gnss/1.0/IGnssNavigationMessage.h>
26 namespace gnss { namespace in namespace:android::hardware
30 using ::android::hardware::gnss::V1_0::IGnssNavigationMessage;
31 using ::android::hardware::gnss::V1_0::IGnssNavigationMessageCallback;
41 * Extended interface for GNSS navigation message reporting support. Also contains wrapper methods
43 * implementation of the GNSS HAL.
49 * Methods from ::android::hardware::gnss::V1_0::IGnssNavigationMessage follow.
57 * Callback methods to be passed into the conventional GNSS HAL by the default implementation.
73 } // namespace gnss
Android.mk 4 LOCAL_MODULE := android.hardware.gnss@1.0-impl
11 Gnss.cpp \
27 android.hardware.gnss@1.0 \
37 LOCAL_MODULE := android.hardware.gnss@1.0-service
38 LOCAL_INIT_RC := android.hardware.gnss@1.0-service.rc
54 android.hardware.gnss@1.0 \
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.h 34 #include <android/hardware/gnss/1.0/IGnssMeasurement.h>
35 #include <android/hardware/gnss/1.0/IGnssMeasurementCallback.h>
41 namespace gnss { namespace in namespace:android::hardware
45 using ::android::hardware::gnss::V1_0::IGnssMeasurement;
78 } // namespace gnss
  /hardware/qcom/gps/sdm845/android/location_api/
MeasurementAPIClient.h 34 #include <android/hardware/gnss/1.0/IGnssMeasurement.h>
35 #include <android/hardware/gnss/1.0/IGnssMeasurementCallback.h>
41 namespace gnss { namespace in namespace:android::hardware
45 using ::android::hardware::gnss::V1_0::IGnssMeasurement;
78 } // namespace gnss
  /test/vts-testcase/hal/gnss/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/gnss/V1_0/target
  /test/vts-testcase/hal/gnss/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/gnss/V1_0/target_profiling

Completed in 2391 milliseconds

1 2 3 4 5 6