Searched refs:mGnssMeasurementCbIface_2_1 (Results 1 – 8 of 8) sorted by relevance
95 if (mGnssMeasurementCbIface_2_1 != nullptr) { in clearInterfaces()96 mGnssMeasurementCbIface_2_1->unlinkToDeath(mGnssMeasurementDeathRecipient); in clearInterfaces()97 mGnssMeasurementCbIface_2_1 = nullptr; in clearInterfaces()181 if (mGnssMeasurementCbIface_2_1 != nullptr) { in setCallback_2_1()197 mGnssMeasurementCbIface_2_1 = callback; in setCallback_2_1()198 mGnssMeasurementCbIface_2_1->linkToDeath(mGnssMeasurementDeathRecipient, 0); in setCallback_2_1()
82 sp<V2_1::IGnssMeasurementCallback> mGnssMeasurementCbIface_2_1 = nullptr; member
79 mGnssMeasurementCbIface_2_1(nullptr), in MeasurementAPIClient()95 mGnssMeasurementCbIface_2_1 = nullptr; in clearInterfaces()152 mGnssMeasurementCbIface_2_1 = callback; in measurementSetCallback_2_1()175 if (mGnssMeasurementCbIface_2_1 != nullptr || in startTracking()222 if (mGnssMeasurementCbIface_2_1 != nullptr) { in onGnssMeasurementsCb()223 gnssMeasurementCbIface_2_1 = mGnssMeasurementCbIface_2_1; in onGnssMeasurementsCb()
86 sp<V2_1::IGnssMeasurementCallback> mGnssMeasurementCbIface_2_1; variable