Searched refs:Gnss (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/gps/msm8998/android/
H A DGnss.cpp25 #include "Gnss.h"
34 void Gnss::GnssDeathRecipient::serviceDied(uint64_t cookie, const wp<IBase>& who) {
43 Gnss::Gnss() { function in class:android::hardware::gnss::V1_0::implementation::Gnss
51 Gnss::~Gnss() {
59 GnssAPIClient* Gnss::getApi() {
83 GnssInterface* Gnss::getGnssInterface() {
110 Return<bool> Gnss::setCallback(const sp<IGnssCallback>& callback) {
128 Return<bool> Gnss
[all...]
H A DAGnss.h41 struct Gnss;
44 AGnss(Gnss* gnss);
66 Gnss* mGnss = nullptr;
H A DGnssConfiguration.h44 struct Gnss;
46 GnssConfiguration(Gnss* gnss);
62 Gnss* mGnss = nullptr;
H A DGnssNi.h41 struct Gnss;
43 GnssNi(Gnss* gnss);
66 Gnss* mGnss = nullptr;
H A DGnss.h49 struct Gnss : public IGnss { struct in namespace:android::hardware::gnss::V1_0::implementation
50 Gnss();
51 ~Gnss();
68 * These declarations were generated from Gnss.hal.
117 GnssDeathRecipient(sp<Gnss> gnss) : mGnss(gnss) {
121 sp<Gnss> mGnss;
H A DGnssNi.cpp24 #include "Gnss.h"
37 // Gnss::GnssDeathRecipient will stop the session
40 GnssNi::GnssNi(Gnss* gnss) : mGnss(gnss) {
H A DAndroid.mk9 Gnss.cpp \
H A DAGnss.cpp24 #include "Gnss.h"
36 AGnss::AGnss(Gnss* gnss) : mGnss(gnss) {
H A DGnssConfiguration.cpp24 #include "Gnss.h"
33 GnssConfiguration::GnssConfiguration(Gnss* gnss) : mGnss(gnss) {
/hardware/interfaces/gnss/1.0/default/
H A DGnss.cpp19 #include "Gnss.h"
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;
52 Gnss function in class:android::hardware::gnss::V1_0::implementation::Gnss
[all...]
H A DGnss.h55 class Gnss : public IGnss { class in namespace:android::hardware::gnss::V1_0::implementation
57 Gnss(gps_device_t* gnss_device);
58 ~Gnss();
62 * These declarations were generated from Gnss.hal.
131 GnssHidlDeathRecipient(const sp<Gnss> gnss) : mGnss(gnss) {
139 sp<Gnss> mGnss;
H A DGnssBatching.cpp20 #include <Gnss.h> // for wakelock consolidation
113 Gnss::acquireWakelockFused();
117 Gnss::releaseWakelockFused();
H A DAndroid.mk11 Gnss.cpp \

Completed in 66 milliseconds