Searched refs:mGnssBatchingCbIface (Results 1 – 8 of 8) sorted by relevance
69 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()
70 sp<IGnssBatchingCallback> mGnssBatchingCbIface = nullptr; member
50 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()
66 sp<IGnssBatchingCallback> mGnssBatchingCbIface;
53 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()
64 sp<IGnssBatchingCallback> mGnssBatchingCbIface;