Home
last modified time | relevance | path

Searched defs:GnssBatching (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
DGnssBatching.h26 struct GnssBatching : public IGnssBatching { struct
55 static sp<IGnssBatchingCallback> sGnssBatchingCbIface; argument
59 extern "C" IGnssBatching* HIDL_FETCH_IGnssBatching(const char* name); argument
DGnssBatching.cpp45 GnssBatching::GnssBatching(const FlpLocationInterface* flpLocationIface) : in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/qcom/gps/msm8909w_3100/android/
DGnssBatching.h46 struct GnssBatching : public IGnssBatching { struct
59 struct GnssBatchingDeathRecipient : hidl_death_recipient { argument
70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; argument
71 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp43 GnssBatching::GnssBatching() : mApi(nullptr) { in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/qcom/sdm845/gps/msm8998/android/
DGnssBatching.h46 struct GnssBatching : public IGnssBatching { struct
59 struct GnssBatchingDeathRecipient : hidl_death_recipient { argument
70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; argument
71 FlpAPIClient* mApi = nullptr;
DGnssBatching.cpp43 GnssBatching::GnssBatching() : mApi(nullptr) { in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/qcom/gps/msm8998/android/
DGnssBatching.h46 struct GnssBatching : public IGnssBatching { struct
59 struct GnssBatchingDeathRecipient : hidl_death_recipient { argument
70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; argument
71 FlpAPIClient* mApi = nullptr;
DGnssBatching.cpp43 GnssBatching::GnssBatching() : mApi(nullptr) { in GnssBatching() function in android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssBatching.h46 struct GnssBatching : public IGnssBatching { struct
59 struct GnssBatchingDeathRecipient : hidl_death_recipient { argument
70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; argument
71 BatchingAPIClient* mApi = nullptr;
DGnssBatching.cpp43 GnssBatching::GnssBatching() : mApi(nullptr) { in GnssBatching() function in android::hardware::gnss::V1_1::implementation::GnssBatching
/hardware/interfaces/gnss/2.0/default/
DGnssBatching.h37 struct GnssBatching : public IGnssBatching { struct