| /hardware/interfaces/gnss/aidl/default/ | 
| D | GnssBatching.h | 25 struct GnssBatching : public BnGnssBatching {  struct40     static std::shared_ptr<IGnssBatchingCallback> sCallback;  argument
 42     std::thread mThread;
 43     std::atomic<bool> mIsActive;
 44     std::atomic<long> mMinIntervalMs;
 45     std::atomic<float> mMinDistanceMeters;
 46     std::atomic<bool> mWakeUpOnFifoFull;
 49     mutable std::mutex mMutex;
 51     std::vector<GnssLocation> mBatchedLocations;
 
 | 
| /hardware/interfaces/gnss/1.0/default/ | 
| D | GnssBatching.h | 26 struct GnssBatching : public IGnssBatching {  struct55     static sp<IGnssBatchingCallback> sGnssBatchingCbIface;  argument
 59 extern "C" IGnssBatching* HIDL_FETCH_IGnssBatching(const char* name);  argument
 
 | 
| /hardware/qcom/sm7150/gps/android/2.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct62     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 73     sp<V1_0::IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 75     sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr;  argument
 
 | 
| /hardware/qcom/sm8150/gps/android/2.1/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct62     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 73     sp<V1_0::IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 75     sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr;  argument
 
 | 
| /hardware/qcom/sm8150/gps/android/2.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct62     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 73     sp<V1_0::IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 75     sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr;  argument
 
 | 
| /hardware/qcom/sm7250/gps/android/2.1/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct62     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 73     sp<V1_0::IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 75     sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr;  argument
 
 | 
| /hardware/qcom/sm8150p/gps/android/2.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct62     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 73     sp<V1_0::IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 75     sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr;  argument
 
 | 
| /hardware/qcom/sm7250/gps/android/2.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct62     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 73     sp<V1_0::IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 75     sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr;  argument
 
 | 
| /hardware/qcom/sm8150/gps/android/1.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| /hardware/qcom/sm8150p/gps/android/1.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| D | GnssBatching.cpp | 43 GnssBatching::GnssBatching() : mApi(nullptr) {  in GnssBatching()  function in android::hardware::gnss::V1_0::implementation::GnssBatching
 | 
| /hardware/qcom/sm8150/gps/android/1.1/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| D | GnssBatching.cpp | 43 GnssBatching::GnssBatching() : mApi(nullptr) {  in GnssBatching()  function in android::hardware::gnss::V1_1::implementation::GnssBatching
 | 
| /hardware/qcom/sm7150/gps/android/1.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| /hardware/qcom/gps/msm8909w_3100/android/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| D | GnssBatching.cpp | 43 GnssBatching::GnssBatching() : mApi(nullptr) {  in GnssBatching()  function in android::hardware::gnss::V1_0::implementation::GnssBatching
 | 
| /hardware/qcom/sm7150/gps/android/1.1/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| /hardware/qcom/sm7250/gps/android/1.0/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| D | GnssBatching.cpp | 43 GnssBatching::GnssBatching() : mApi(nullptr) {  in GnssBatching()  function in android::hardware::gnss::V1_0::implementation::GnssBatching
 | 
| /hardware/qcom/sm7250/gps/android/1.1/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| D | GnssBatching.cpp | 43 GnssBatching::GnssBatching() : mApi(nullptr) {  in GnssBatching()  function in android::hardware::gnss::V1_1::implementation::GnssBatching
 | 
| /hardware/qcom/sm8150p/gps/android/1.1/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     BatchingAPIClient* mApi = nullptr;
 
 | 
| D | GnssBatching.cpp | 43 GnssBatching::GnssBatching() : mApi(nullptr) {  in GnssBatching()  function in android::hardware::gnss::V1_1::implementation::GnssBatching
 | 
| /hardware/qcom/gps/msm8998/android/ | 
| D | GnssBatching.h | 46 struct GnssBatching : public IGnssBatching {  struct59     struct GnssBatchingDeathRecipient : hidl_death_recipient {  argument
 70     sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr;  argument
 71     FlpAPIClient* mApi = nullptr;
 
 | 
| /hardware/interfaces/gnss/2.0/default/ | 
| D | GnssBatching.h | 37 struct GnssBatching : public IGnssBatching {  struct
 |