Searched refs:mGnssBatchingCbIface_2_0 (Results 1 – 4 of 4) sorted by relevance
127 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()
75 sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0 = nullptr; member
60 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()
73 sp<V2_0::IGnssBatchingCallback> mGnssBatchingCbIface_2_0; variable