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

  /hardware/qcom/gps/msm8998/android/
Gnss.cpp 25 #include "Gnss.h"
30 namespace gnss { namespace in namespace:android::hardware
34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
43 Gnss::Gnss() {
51 Gnss::~Gnss() {
59 GnssAPIClient* Gnss::getApi() {
83 GnssInterface* Gnss::getGnssInterface() {
110 Return<bool> Gnss::setCallback(const sp<IGnssCallback>& callback)
    [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...]
Gnss.h 31 #include <android/hardware/gnss/1.0/IGnss.h>
39 namespace gnss { namespace in namespace:android::hardware
49 struct Gnss : public IGnss {
50 Gnss();
51 ~Gnss();
59 "android.hardware.gnss@1.1::IGnss",
67 * Methods from ::android::hardware::gnss::V1_0::IGnss follow.
68 * These declarations were generated from Gnss.hal.
117 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss)
    [all...]
GnssNi.cpp 24 #include "Gnss.h"
29 namespace gnss { namespace in namespace:android::hardware
37 // Gnss::GnssDeathRecipient will stop the session
40 GnssNi::GnssNi(Gnss* gnss) : mGnss(gnss) {
44 // Methods from ::android::hardware::gnss::V1_0::IGnssNi follow.
83 } // namespace gnss
Android.mk 4 LOCAL_MODULE := android.hardware.gnss@1.0-impl-qti
9 Gnss.cpp \
36 android.hardware.gnss@1.0 \
48 LOCAL_MODULE := android.hardware.gnss@1.0-service-qti
51 LOCAL_INIT_RC := android.hardware.gnss@1.0-service-qti.rc
74 android.hardware.gnss@1.0 \
AGnss.cpp 24 #include "Gnss.h"
30 namespace gnss { namespace in namespace:android::hardware
36 AGnss::AGnss(Gnss* gnss) : mGnss(gnss) {
47 LOC_LOGE("Null GNSS interface");
61 LOC_LOGE("Null GNSS interface");
72 LOC_LOGE("Null GNSS interface");
84 LOC_LOGE("Null GNSS interface");
129 } // namespace gnss
    [all...]
GnssConfiguration.cpp 24 #include "Gnss.h"
29 namespace gnss { namespace in namespace:android::hardware
33 GnssConfiguration::GnssConfiguration(Gnss* gnss) : mGnss(gnss) {
146 } // namespace gnss
  /hardware/interfaces/gnss/1.0/default/
Gnss.cpp 19 #include "Gnss.h"
24 namespace gnss { namespace in namespace:android::hardware
28 std::vector<std::unique_ptr<ThreadFuncArgs>> Gnss::sThreadFuncArgsList;
29 sp<IGnssCallback> Gnss::sGnssCbIface = nullptr;
30 bool Gnss::sInterfaceExists = false;
31 bool Gnss::sWakelockHeldGnss = false;
32 bool Gnss::sWakelockHeldFused = false;
34 GpsCallbacks Gnss::sGnssCb = {
49 uint32_t Gnss::sCapabilitiesCached = 0;
50 uint16_t Gnss::sYearOfHwCached = 0
    [all...]
Gnss.h 32 #include <android/hardware/gnss/1.0/IGnss.h>
39 namespace gnss { namespace in namespace:android::hardware
52 * Represents the standard GNSS interface. Also contains wrapper methods to allow methods from
53 * IGnssCallback interface to be passed into the conventional implementation of the GNSS HAL.
55 class Gnss : public IGnss {
57 Gnss(gps_device_t* gnss_device);
58 ~Gnss();
61 * Methods from ::android::hardware::gnss::V1_0::IGnss follow.
62 * These declarations were generated from Gnss.hal.
92 * Callback methods to be passed into the conventional GNSS HAL by the defaul
    [all...]
GnssBatching.cpp 20 #include <Gnss.h> // for wakelock consolidation
28 namespace gnss { namespace in namespace:android::hardware
51 * implementation and is not part of the GNSS interface.
56 // Tech. mask of GNSS, and sensor aiding, for legacy HAL to fit with GnssBatching API
64 ALOGE("%s: GNSS Batching Callback Interface configured incorrectly", __func__);
69 ALOGE("%s: Invalid locations from GNSS HAL", __func__);
87 * Fortunately, this shouldn't be a major issue in cases where GNSS batching is typically
90 std::vector<android::hardware::gnss::V1_0::GnssLocation> gnssLocations;
113 Gnss::acquireWakelockFused();
117 Gnss::releaseWakelockFused()
    [all...]
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 \
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 66 android.hardware.gnss@1.0-vts.func_fuzzer.AGnss \
67 android.hardware.gnss@1.0-vts.func_fuzzer.AGnssRil \
68 android.hardware.gnss@1.0-vts.func_fuzzer.Gnss \
69 android.hardware.gnss@1.0-vts.func_fuzzer.GnssBatching \
70 android.hardware.gnss@1.0-vts.func_fuzzer.GnssConfiguration \
71 android.hardware.gnss@1.0-vts.func_fuzzer.GnssDebug \
72 android.hardware.gnss@1.0-vts.func_fuzzer.GnssGeofencing \
73 android.hardware.gnss@1.0-vts.func_fuzzer.GnssMeasurement \
74 android.hardware.gnss@1.0-vts.func_fuzzer.GnssNavigationMessage
    [all...]

Completed in 544 milliseconds