Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/android/2.1/
DGnssMeasurement.cpp95 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()
DGnssMeasurement.h82 sp<V2_1::IGnssMeasurementCallback> mGnssMeasurementCbIface_2_1 = nullptr; member
/hardware/qcom/sm7250/gps/android/2.1/
DGnssMeasurement.cpp111 if (mGnssMeasurementCbIface_2_1 != nullptr) { in clearInterfaces()
112 mGnssMeasurementCbIface_2_1->unlinkToDeath(mGnssMeasurementDeathRecipient); in clearInterfaces()
113 mGnssMeasurementCbIface_2_1 = nullptr; in clearInterfaces()
148 return setCallback(callback, mGnssMeasurementCbIface_2_1, in setCallback_2_1()
DGnssMeasurement.h90 sp<V2_1::IGnssMeasurementCallback> mGnssMeasurementCbIface_2_1 = nullptr; member
/hardware/qcom/sm7250/gps/android/2.1/location_api/
DMeasurementAPIClient.h85 mGnssMeasurementCbIface_2_1 = callback; in setCallbackLocked()
93 sp<V2_1::IGnssMeasurementCallback> mGnssMeasurementCbIface_2_1; variable
DMeasurementAPIClient.cpp79 mGnssMeasurementCbIface_2_1(nullptr), in MeasurementAPIClient()
95 mGnssMeasurementCbIface_2_1 = nullptr; in clearInterfaces()
106 if (mGnssMeasurementCbIface_2_1 != nullptr || in startTracking()
155 if (mGnssMeasurementCbIface_2_1 != nullptr) { in onGnssMeasurementsCb()
156 gnssMeasurementCbIface_2_1 = mGnssMeasurementCbIface_2_1; in onGnssMeasurementsCb()
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DMeasurementAPIClient.h86 sp<V2_1::IGnssMeasurementCallback> mGnssMeasurementCbIface_2_1; variable
DMeasurementAPIClient.cpp79 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()