Home
last modified time | relevance | path

Searched refs:mGnssBatchingCbIface (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8998/android/
DGnssBatching.cpp69 if (mGnssBatchingCbIface != nullptr) { in init()
70 mGnssBatchingCbIface->unlinkToDeath(mGnssBatchingDeathRecipient); in init()
72 mGnssBatchingCbIface = callback; in init()
73 if (mGnssBatchingCbIface != nullptr) { in init()
74 mGnssBatchingCbIface->linkToDeath(mGnssBatchingDeathRecipient, 0 /*cookie*/); in init()
120 if (mGnssBatchingCbIface != nullptr) { in cleanup()
121 mGnssBatchingCbIface->unlinkToDeath(mGnssBatchingDeathRecipient); in cleanup()
DGnssBatching.h70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; member
/hardware/qcom/gps/msm8909w_3100/android/
DGnssBatching.cpp69 if (mGnssBatchingCbIface != nullptr) { in init()
70 mGnssBatchingCbIface->unlinkToDeath(mGnssBatchingDeathRecipient); in init()
72 mGnssBatchingCbIface = callback; in init()
73 if (mGnssBatchingCbIface != nullptr) { in init()
74 mGnssBatchingCbIface->linkToDeath(mGnssBatchingDeathRecipient, 0 /*cookie*/); in init()
120 if (mGnssBatchingCbIface != nullptr) { in cleanup()
121 mGnssBatchingCbIface->unlinkToDeath(mGnssBatchingDeathRecipient); in cleanup()
DGnssBatching.h70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; member
/hardware/qcom/gps/msm8998/android/location_api/
DFlpAPIClient.cpp50 mGnssBatchingCbIface(callback), in FlpAPIClient()
61 if (mGnssBatchingCbIface != nullptr) { in FlpAPIClient()
154 if (mGnssBatchingCbIface != nullptr && count > 0) { in onBatchingCb()
160 auto r = mGnssBatchingCbIface->gnssLocationBatchCb(locationVec); in onBatchingCb()
DFlpAPIClient.h66 sp<IGnssBatchingCallback> mGnssBatchingCbIface;
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DBatchingAPIClient.cpp53 mGnssBatchingCbIface(callback), in BatchingAPIClient()
65 if (mGnssBatchingCbIface != nullptr) { in BatchingAPIClient()
159 if (mGnssBatchingCbIface != nullptr && count > 0) { in onBatchingCb()
165 auto r = mGnssBatchingCbIface->gnssLocationBatchCb(locationVec); in onBatchingCb()
DBatchingAPIClient.h64 sp<IGnssBatchingCallback> mGnssBatchingCbIface;