Home
last modified time | relevance | path

Searched refs:mGnssBatchingCbIface_2_0 (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/gps/android/2.0/
DGnssBatching.cpp127 if (mGnssBatchingCbIface_2_0 != nullptr) { in cleanup()
128 mGnssBatchingCbIface_2_0->unlinkToDeath(mGnssBatchingDeathRecipient); in cleanup()
129 mGnssBatchingCbIface_2_0 = nullptr; in cleanup()
148 if (mGnssBatchingCbIface_2_0 != nullptr) { in init_2_0()
149 mGnssBatchingCbIface_2_0->unlinkToDeath(mGnssBatchingDeathRecipient); in init_2_0()
151 mGnssBatchingCbIface_2_0 = callback; in init_2_0()
152 if (mGnssBatchingCbIface_2_0 != nullptr) { in init_2_0()
153 mGnssBatchingCbIface_2_0->linkToDeath(mGnssBatchingDeathRecipient, 0 /*cookie*/); in init_2_0()
DGnssBatching.h75 sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr; member
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DBatchingAPIClient.cpp60 mGnssBatchingCbIface_2_0(nullptr) in BatchingAPIClient()
72 mGnssBatchingCbIface_2_0(nullptr) in BatchingAPIClient()
127 mGnssBatchingCbIface_2_0 = callback; in gnssUpdateCallbacks_2_0()
130 if (mGnssBatchingCbIface_2_0 != nullptr) { in gnssUpdateCallbacks_2_0()
203 auto gnssBatchingCbIface_2_0(mGnssBatchingCbIface_2_0); in onBatchingCb()
DBatchingAPIClient.h73 sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0; variable