HomeSort by relevance Sort by last modified time
    Searched defs:Gnss (Results 1 - 6 of 6) 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...]
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/sdm845/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 107 milliseconds