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

  /hardware/interfaces/gnss/1.1/default/
Gnss.h 4 #include <android/hardware/gnss/1.1/IGnss.h>
14 namespace gnss { namespace in namespace:android::hardware
32 * Unlike the gnss/1.0/default implementation, which is a shim layer to the legacy gps.h, this
35 struct Gnss : public IGnss {
36 Gnss();
37 ~Gnss();
38 // Methods from ::android::hardware::gnss::V1_0::IGnss follow.
40 const sp<::android::hardware::gnss::V1_0::IGnssCallback>& callback) override;
49 ::android::hardware::gnss::V1_0::IGnss::GnssAidingData aidingDataFlags) override;
51 ::android::hardware::gnss::V1_0::IGnss::GnssPositionMode mode
    [all...]
Gnss.cpp 1 #define LOG_TAG "Gnss"
3 #include <android/hardware/gnss/1.0/types.h>
6 #include "Gnss.h"
13 namespace gnss { namespace in namespace:android::hardware
20 sp<::android::hardware::gnss::V1_1::IGnssCallback> Gnss::sGnssCallback = nullptr;
22 Gnss::Gnss() : mMinIntervalMs(1000), mGnssConfiguration{new GnssConfiguration()} {}
24 Gnss::~Gnss() {
    [all...]
  /hardware/qcom/gps/msm8909w_3100/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...]
Gnss.h 33 #include <android/hardware/gnss/1.0/IGnss.h>
41 namespace gnss { namespace in namespace:android::hardware
51 struct Gnss : public IGnss {
52 Gnss();
53 ~Gnss();
61 "android.hardware.gnss@1.1::IGnss",
69 * Methods from ::android::hardware::gnss::V1_0::IGnss follow.
70 * These declarations were generated from Gnss.hal.
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss)
    [all...]
  /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...]
Gnss.h 33 #include <android/hardware/gnss/1.0/IGnss.h>
41 namespace gnss { namespace in namespace:android::hardware
51 struct Gnss : public IGnss {
52 Gnss();
53 ~Gnss();
61 "android.hardware.gnss@1.1::IGnss",
69 * Methods from ::android::hardware::gnss::V1_0::IGnss follow.
70 * These declarations were generated from Gnss.hal.
115 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss)
    [all...]
  /hardware/interfaces/gnss/1.0/default/
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...]
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...]

Completed in 233 milliseconds